From b7d829c266bba2005c59e7f02204b33a2d2dae03 Mon Sep 17 00:00:00 2001 From: Jakob Miksch Date: Sun, 7 Jul 2024 15:14:35 +0300 Subject: [PATCH] clenaup --- .github/workflows/tests.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8148173..e767168 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: @@ -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