Skip to content

Commit

Permalink
clenaup
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch authored Jul 7, 2024
1 parent 616515d commit b7d829c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
name: Tests

# TODO: use proper rule
# on:
# push:
# branches: [ main ]
# pull_request:

on:
push:
branches:
- '**'
branches: [ main ]
pull_request:

jobs:
run_tests:
Expand All @@ -23,6 +17,6 @@ jobs:
- name: Install Python dependencies
working-directory: qsa-api
run: poetry install
- name: Run tests
- name: Run test without Postgres Dependency
working-directory: qsa-api
run: pytest -sv tests/test_api_storage_filesystem.py

0 comments on commit b7d829c

Please sign in to comment.