Skip to content

Commit

Permalink
Use isolated envs for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
H00N24 committed Jan 8, 2025
1 parent a17fbd6 commit 9ab1802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/certora-review-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
submodules: recursive
- uses: actions/setup-node@v4
- uses: Certora/certora-run-action@main
- uses: Certora/certora-run-action@feat/isolated-envs
with:
# --disable_auto_cache_key_gen
configurations: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/certora-review-voting-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
submodules: recursive
- uses: actions/setup-node@v4
- uses: Certora/certora-run-action@main
- uses: Certora/certora-run-action@feat/isolated-envs
with:
# --disable_auto_cache_key_gen
configurations: |-
Expand Down

0 comments on commit 9ab1802

Please sign in to comment.