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 293746b commit bc8b27c
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 @@ -74,7 +74,7 @@ jobs:
env:
KEYCLOAK_URL: http://localhost:8080
USERNAME: admin
PASSWORD: admin
PASSsWORD: admin
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -86,7 +86,7 @@ jobs:
pip install .[tests]
- name: Run Tests
run: |
python -m pytest tests --tb=short -v
python -m pytest tests --tb=short -v --log-level=DEBUG --log-cli-level=DEBUG
web-tests:
needs: [py-versions]
Expand Down

0 comments on commit bc8b27c

Please sign in to comment.