Skip to content

Commit

Permalink
wait for CHC service to be available before running sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Sep 16, 2024
1 parent ecbb71b commit 7665694
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ jobs:
# start the CHC reference implementation service
nix develop .#ci -c bash -c "hc-chc-service --port 8181 &"
# wait for the CHC service to be available
sleep 2
# Start a sandbox conductor and run it in the background
nix develop .#ci -c bash -c "hc s clean && echo "1234" | hc s --piped create --chc-url http://localhost:8181 && echo "1234" | hc s --piped -f 8888 run &"
Expand Down

0 comments on commit 7665694

Please sign in to comment.