summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-08-29 12:09:08 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-08-29 12:09:08 +0300
commit77f6c89d2a93e474a4917938512403eb20a1cb93 (patch)
tree0c7c269b325300a4eea147f385515c08ce816bbd /.github/workflows
parentba68a3f21162d9dee6fed41a22bf1a1f04dd8701 (diff)
downloadapscheduler-77f6c89d2a93e474a4917938512403eb20a1cb93.tar.gz
Made it possible to skip tests involving external databases
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/codeqa-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml
index c669620..60bf10d 100644
--- a/.github/workflows/codeqa-test.yml
+++ b/.github/workflows/codeqa-test.yml
@@ -64,4 +64,4 @@ jobs:
- name: Install the project and its dependencies
run: pip install -e .[test]
- name: Test with pytest
- run: pytest
+ run: pytest -m "not externaldb"