Skip to content

Commit

Permalink
Fix E2E test config file
Browse files Browse the repository at this point in the history
  • Loading branch information
fractasy committed Dec 19, 2024
1 parent 8970f32 commit dea968b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prover_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: remove old proofs
run: rm -rf runtime/output/*
- name: list gha config files
run: ls /home/gha/v9.0.0-rc.2-fork.13/config/
run: ls /home/gha/v9.0.0-rc.3-fork.13/config/
- name: link files
run: ln -s /home/gha/v9.0.0-rc.2-fork.13/config/ config
run: ln -s /home/gha/v9.0.0-rc.3-fork.13/config/ config
- name: list local config files
run: ls config
- name: run collection native tests
Expand Down

0 comments on commit dea968b

Please sign in to comment.