Skip to content

Commit

Permalink
Fixed: typo in run-env.sh execution
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Jun 28, 2023
1 parent fca1efd commit c321cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Start containers
working-directory: dev-env
# hardcoded branch name for action test
run: ./run-env 9588-datasets-api-extension
run: ./run-env.sh 9588-datasets-api-extension

- name: Wait for containers to be ready
run: timeout 300s sh -c 'until docker logs dev_dataverse_bootstrap | grep 'your instance has been configured'; do echo "Waiting for Dataverse to be bootstrapped..."; sleep 2; done'
Expand Down

0 comments on commit c321cd6

Please sign in to comment.