Skip to content

Commit

Permalink
chore: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Jan 13, 2025
1 parent 1fa44a6 commit 0c52c86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/funded-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ jobs:
run: bun run test
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
CHAIN_ID: ${{ secrets.CHAIN_ID }}
CI: true
PIMLICO_API_KEY: ${{ secrets.PIMLICO_API_KEY }}
PAYMASTER_URL: ${{ secrets.PAYMASTER_URL }}
BUNDLER_URL: ${{ secrets.BUNDLER_URL }}
CHAIN_ID: 84532
MAINNET_CHAIN_ID: 10
RUN_PAID_TESTS: true
CI: true

2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
PAYMASTER_URL: ${{ secrets.PAYMASTER_URL }}
BUNDLER_URL: ${{ secrets.BUNDLER_URL }}
CHAIN_ID: 84532
MAINNET_CHAIN_ID: 11155420
MAINNET_CHAIN_ID: 10
CI: true

0 comments on commit 0c52c86

Please sign in to comment.