Skip to content

Commit

Permalink
fix: fix integration tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rado0x54 committed Sep 26, 2023
1 parent c9692b5 commit 4e580da
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:

- name: Install Dev Dependencies
working-directory: ./ts-client
run: yarn install --ignore-scripts --frozen-lockfile
run: yarn install --frozen-lockfile

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

0 comments on commit 4e580da

Please sign in to comment.