Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch authored Jul 6, 2024
1 parent 7641a8a commit 0f84e9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cd qsa-api
- run: pwd
- run: ls
- run: pip install poetry
- run: poetry install
- run: pytest --help
continue-on-error: true
- run: poetry

0 comments on commit 0f84e9b

Please sign in to comment.