make junit step always run

This commit is contained in:
Jonathan Wren 2020-11-07 16:54:04 -08:00
parent 8b7069d7fa
commit c06e3565d7
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -94,6 +94,7 @@ jobs:
name: "Publish Unit Tests Results"
needs: [test, accessibility]
runs-on: ubuntu-latest
if: always()
steps:
- name: Download Artifacts