Skip to content

Commit

Permalink
fix worldchain test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Oct 10, 2024
1 parent 8735795 commit d0893a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-on-worldchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
test-on-polygon:
test-on-worldchain:
# The type of runner that the job will run on
runs-on: ubuntu-latest

env:
MNEMONIC: ${{secrets.MNEMONIC}}
POLYGON_RPC_URL: ${{secrets.POLYGON_RPC_URL}}
WORLDCHAIN_RPC_URL: ${{secrets.WORLDCHAIN_RPC_URL}}

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -41,4 +41,4 @@ jobs:
run: yarn compile

- name: Run test
run: yarn test:polygon
run: yarn test:worldchain

0 comments on commit d0893a4

Please sign in to comment.