Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Dec 4, 2023
1 parent 17db9a2 commit 426105a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set environment variables
run: cat ./tests/.env.test >> $GITHUB_ENV
- name: Spin up network (in the background)
run: yarn test:e2e:start-network > $GITHUB_OUTPUT &
run: yarn test:e2e:start-network >> $GITHUB_OUTPUT &
id: zombienet_setup
# This is necessary since the `zombienet spawn` process never exits.
- name: Wait until nodes are reachable on their WS port
Expand Down

0 comments on commit 426105a

Please sign in to comment.