Skip to content

Commit

Permalink
sadasd
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimeno04 committed Aug 12, 2024
1 parent 44e00aa commit b93453c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
sudo ./deployments/ci/install_foundry.sh
- name: Install pnpm
run: npm install -g pnpm
run: sudo npm install -g pnpm

- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: sudo pnpm install --no-frozen-lockfile

- name: Create typechain artifacts for relayer
run: pnpm postinstall
Expand All @@ -59,7 +59,7 @@ jobs:

- name: Run tests
run: |
export PATH="$HOME/.foundry/bin:$PATH"
sudo export PATH="$HOME/.foundry/bin:$PATH"
sudo npm test
Expand Down

0 comments on commit b93453c

Please sign in to comment.