Skip to content

Commit

Permalink
fixup! Switch github actions from nose to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
millerdev committed Jun 19, 2024
1 parent 4b77b1a commit ad120ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
JS_SETUP: yes
KAFKA_HOSTNAME: kafka
STRIPE_PRIVATE_KEY: ${{ secrets.STRIPE_PRIVATE_KEY }}
run: scripts/docker test --exitfirst -v --reusedb=migrate --divided-we-run=${{ matrix.NOSE_DIVIDED_WE_RUN }}
run: scripts/docker test --exitfirst -v --reusedb=1 --divided-we-run=${{ matrix.NOSE_DIVIDED_WE_RUN }}
- name: "Codecov upload"
env:
TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit ad120ff

Please sign in to comment.