Skip to content

Commit

Permalink
Merge branch 'release_v6.0.0' of github.com:0xPolygonHermez/zkevm-pro…
Browse files Browse the repository at this point in the history
…ver into release_v6.0.0
  • Loading branch information
fractasy committed Jun 18, 2024
1 parent c6a9457 commit 1ed30a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prover_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Prover e2e test
on:
workflow_dispatch:
push:
branches: [ "main","develop", "release_*", "fork_8", "fork_8_2" ]
branches: [ "main", "develop", "release_*" ]
pull_request:
branches: [ "main","develop", "release_*", "fork_8", "fork_8_2" ]
branches: [ "main", "develop", "release_*" ]

jobs:
e2e-collection-tests:
Expand All @@ -28,7 +28,7 @@ jobs:
- name: remove old proofs
run: rm -rf runtime/output/*
- name: link files
run: ln -s /home/gha/v6.0.0-rc.1-fork.9/config/ config
run: ln -s /home/gha/v7.0.0-rc.1-fork.10/config/ config
- name: run collection native tests
run: ./build/zkProver -c testvectors/config_collection_native.json
- name: run collection generated tests
Expand Down

0 comments on commit 1ed30a6

Please sign in to comment.