Skip to content

Commit

Permalink
Update test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 17, 2023
1 parent 1b259af commit 54d9a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ EOF
rsync -av --exclude .git "$feature_dir/" "$PWD/.devcontainer/feature/"
tree -a
container_id=$(devcontainer up --workspace-folder . | jq -r .containerId)
devcontainer exec --workspace-folder . surreal --version
devcontainer exec --workspace-folder . surreal --help
docker kill "$container_id"

0 comments on commit 54d9a1c

Please sign in to comment.