Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrik committed Apr 10, 2024
1 parent a0a7e4c commit c99e370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wipac_cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
pip install .
py-tests:
needs: [py-versions, keycloak-image-build]
needs: [py-versions]
runs-on: ubuntu-latest
services:
keycloak:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
pip install .[tests]
- name: Run Tests
run: |
python -m pytest tests --tb=short -v --log-level=DEBUG --log-cli-level=DEBUG
python -m pytest tests --tb=short -v --log-level=INFO --log-cli-level=INFO
web-tests:
needs: [py-versions]
Expand Down

0 comments on commit c99e370

Please sign in to comment.