Skip to content

Commit

Permalink
chore: run unit tests earlier in GitHub CI (DEV-2600) #493
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Aug 30, 2023
1 parent 82b3b82 commit 00d5ed6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/tests-on-push.yml
Expand Up @@ -64,6 +64,12 @@ jobs:

- name: Linting with darglint
run: poetry exec darglint


# Run unittests
###############
- name: unittests
run: poetry run pytest test/unittests/


# Install programs for local processing (fast xmlupload)
Expand All @@ -85,11 +91,8 @@ jobs:
uses: mfinelli/setup-imagemagick@v2 # downloads the "magick" AppImage to ~/bin/magick


# Run unittests and e2e tests
#############################
- name: unittests
run: poetry run pytest test/unittests/

# Run e2e tests
###############
- name: start stack
run: poetry run dsp-tools start-stack --no-prune

Expand Down

0 comments on commit 00d5ed6

Please sign in to comment.