Skip to content

Commit

Permalink
activate tests again if cache hit
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Sep 4, 2024
1 parent 0710118 commit be17f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uv run ruff format --check
- name: Run tests
if: ${{ matrix.python-version == '3.12' }}
if: ${{ matrix.python-version == '3.12' || steps.cache-folder.outputs.cache-hit == 'true' }}
env:
OPENSKY_USERNAME: ${{ secrets.OPENSKY_USERNAME }}
OPENSKY_PASSWORD: ${{ secrets.OPENSKY_PASSWORD }}
Expand Down

0 comments on commit be17f92

Please sign in to comment.