Skip to content

Commit

Permalink
chore: update ci-deep to have default input values when running in cron
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder authored Dec 4, 2023
1 parent 82bc6bd commit 93222e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-deep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
run: yarn foundry:test
env:
ETH_NODE_URI_OPTIMISM: ${{ secrets.ETH_NODE_URI_OPTIMISM }}
FOUNDRY_FUZZ_RUNS: ${{ github.event.inputs.fuzzRuns }}
FOUNDRY_FUZZ_RUNS: ${{ github.event.inputs.fuzzRuns || '100000' }}

- name: "Add test summary"
run: |
Expand Down

0 comments on commit 93222e0

Please sign in to comment.