Skip to content

Commit

Permalink
Fix GHA E2E link to generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
fractasy committed Sep 4, 2024
1 parent 4f90a12 commit 9f438f7
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/v7.0.0-rc.14-fork.10/config/
run: ls /home/gha/v7.0.0-rc.30-fork.10/config/
- name: link files
run: ln -s /home/gha/v7.0.0-rc.14-fork.10/config/ config
run: ln -s /home/gha/v7.0.0-rc.30-fork.10/config/ config
- name: list local config files
run: ls config
- name: run collection native tests
Expand Down

0 comments on commit 9f438f7

Please sign in to comment.