Skip to content

Commit

Permalink
chore (ci): attempt 3 to fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-gesinn committed Jan 20, 2025
1 parent 5ee8534 commit a7d5d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ jobs:

- name: Run tests
continue-on-error: ${{ matrix.experimental }}
run: pytest --ckan-ini=test.ini --cov=ckanext.dcat_crc --disable-warnings ckanext/dcatapcrc --junit-xml=/tmp/artifacts/junit/results.xml
run: pytest --ckan-ini=test.ini --cov=ckanext.dcat_crc --disable-warnings ckanext/dcat_crc --junit-xml=/tmp/artifacts/junit/results.xml


0 comments on commit a7d5d97

Please sign in to comment.