Skip to content

Commit

Permalink
fix: package name in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Julink-eth committed May 5, 2024
1 parent 472f139 commit 6731730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gateway-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Compile contract
run: pnpm --filter gateway compile
run: pnpm --filter linea-resolver-gateway compile

- name: Run tests
run: pnpm --filter gateway test
run: pnpm --filter linea-resolver-gateway test

0 comments on commit 6731730

Please sign in to comment.