From f3be8feea74c08c3ada0b8fa6c0e73a498e856cb Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:52:25 -0700 Subject: [PATCH] Open readme and files on boot in gitpod (#158) (cherry picked from commit daeb2560cf263060838011ed315820624e08efed) --- .gitpod.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 240d6ac7..8eae9e0d 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -6,7 +6,11 @@ tasks: cargo fetch make build test command: | - gp ports await 23000 && gp open increment/src/lib.rs + gp ports await 23000 + gp open README.md + gp open increment/src/lib.rs + gp open increment/src/test.rs + gp open README.md make build test soroban invoke --id 1 --wasm target/wasm32-unknown-unknown/release/soroban_increment_contract.wasm --fn increment