Skip to content

Commit

Permalink
ci: add sequencer to path before running functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajil1213 committed Jul 22, 2024
1 parent 1ff11b2 commit 174ccc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ jobs:
- name: Run functional tests
run: |
cd test && poetry run python entry.py
export PATH=$(realpath target/debug/):$PATH && \
cd test && \
poetry run python entry.py

0 comments on commit 174ccc9

Please sign in to comment.