Skip to content

Commit

Permalink
💚 use working dir for reference tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark committed Aug 2, 2024
1 parent 5568cdb commit 2288d81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/reference_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: tests/references/bdhke-nutshell

steps:
- uses: actions/checkout@v2

Expand All @@ -22,11 +26,7 @@ jobs:
curl -sSL https://install.python-poetry.org | python3 -
- name: Install dependencies
run: |
cd tests/references/bdhke-nutshell
poetry install
run: poetry install

- name: Run reference tests
run: |
cd tests/references/bdhke-nutshell
poetry run pytest -v bdhke_nutshell.py
run: ./run_reference_tests.sh

0 comments on commit 2288d81

Please sign in to comment.