Skip to content

Commit

Permalink
Merge pull request #83 from binary-butterfly/fix-ci-tests
Browse files Browse the repository at this point in the history
fix ci tests
  • Loading branch information
the-infinity authored Jan 25, 2025
2 parents 7005223 + 99b8b51 commit cc53f40
Showing 1 changed file 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,12 +38,12 @@ jobs:
run: cp config_testing.yaml config.yaml

- name: run pytest unit
run: python -m pytest tests/unit
run: python -m pytest -o cache_dir=/tmp tests/unit

- name: make logs dir writable for local user
run: chmod 777 logs

- name: run pytest integration
env:
DOCKER_LOCAL_USER: 1000:1000
run: docker compose run --rm flask python -m pytest tests/integration
run: docker compose run --rm flask python -m pytest -o cache_dir=/tmp tests/integration

0 comments on commit cc53f40

Please # to comment.