Skip to content

Commit

Permalink
chore: update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
liyukun committed Mar 1, 2024
1 parent ab12bb7 commit 66e8b60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ jobs:
run: bash prepare.sh -b $GITHUB_HEAD_REF

- name: Start devenv services
working-directory: spore-devenv
run: npm run test:start
run: npm run test:start > /dev/null 2>&1 &

- name: Wait for 5 seconds
run: sleep 5

- name: Move generated config file to spore-sdk
working-directory: spore-devenv
Expand Down

0 comments on commit 66e8b60

Please sign in to comment.