-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QOLDEV-1003 add optional testing of latest CKAN master #126
Conversation
- Run tests on latest CKAN master branch for visibility, but don't require success
- We want to see entire dicts on failure
hmm, master showing green even with test failures which are not surfaced is a bit :/
|
i believe we need a way to get the details out if it did 'fail' can you put --junitxml=test-results/results.xml or similar to get an xml version of the tests results https://github.com/test-summary/action i.e.
|
27e63cf
to
efb34a1
Compare
How does https://github.com/qld-gov-au/ckanext-s3filestore/actions/runs/11792145642 look? |
- Assume that resources with no ID are new and therefore don't need a visibility update, since they would have been created with the matching visibility.
:D |
Add a test run on the latest upstream CKAN master, with success being optional (and tests currently fail), just so we have visibility.