Skip to content

Commit

Permalink
Update ci workflow to bypass task queue test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
akuny committed Apr 8, 2024
1 parent 45a7e56 commit 56f8868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 56f8868

Please sign in to comment.