Skip to content

Commit

Permalink
ci: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Dec 3, 2024
1 parent 2f5dfd0 commit 76a2a19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Execute run-everything.sh
id: run_script
run: |
./coprocessor/scripts/run_everything.sh 2>&1 | tee script_output.log
cd ./coprocessor/
./scripts/run_everything.sh 2>&1 | tee script_output.log
echo "exit_code=${PIPESTATUS[0]}" >> $GITHUB_OUTPUT
- name: Upload Script Output
Expand Down

0 comments on commit 76a2a19

Please sign in to comment.