diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0fa4fd8..adfe941 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: - name: Test backend code shell: bash - run: poetry run pytest + run: poetry run pytest -k 'not test_task_queue' - name: Read .nvmrc run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"