Skip to content

Commit

Permalink
fix (ci): syntax error for "Run tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-gesinn committed Dec 16, 2024
1 parent 3204d78 commit 1e827a7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,5 @@ jobs:
- name: Run tests
continue-on-error: ${{ matrix.experimental }}
run: pytest --ckan-ini=test.ini -cov=ckanext.email_notification --disable-warnings ckanext/email_notification --junit-xml=/tmp/artifacts/junit/results.xml



ckan -c test.ini db init
- name: Run tests
run: pytest --ckan-ini=test.ini --cov=ckanext.semantic_media_wiki --disable-warnings ckanext/semantic_media_wiki
run: pytest --ckan-ini=test.ini --cov=ckanext.semantic_media_wiki --disable-warnings ckanext/semantic_media_wiki --junit-xml=/tmp/artifacts/junit/results.xml

0 comments on commit 1e827a7

Please sign in to comment.