Skip to content

Commit

Permalink
Update tests dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
Toktar committed Jul 8, 2022
1 parent e2d9689 commit 874ea02
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
docker compose --profile full up
- name: Setup Python environment
working-directory: ./tests/e2e-pytest
working-directory: ./tests/pytest
run: |
set -euo pipefail
pip3 install -r requirements.txt >> /dev/null
sudo chmod -R 775 /home/runner/
- name: Run tests
working-directory: ./tests/e2e-pytest
working-directory: ./tests/pytest
run: |
set -euo pipefail
pytest -v -rP *.py
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 874ea02

Please sign in to comment.