Skip to content

Commit

Permalink
run anvil in background
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Leonard authored and Robert Leonard committed Sep 7, 2023
1 parent 5f7928f commit fe2b177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ts-client-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm install

- name: Run Anvil Node
run: anvil
run: anvil &

- name: Run tests
working-directory: ./ts-client
Expand Down

0 comments on commit fe2b177

Please sign in to comment.