mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
make junit step always run
This commit is contained in:
parent
8b7069d7fa
commit
c06e3565d7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/testing.yaml
vendored
1
.github/workflows/testing.yaml
vendored
|
@ -94,6 +94,7 @@ jobs:
|
||||||
name: "Publish Unit Tests Results"
|
name: "Publish Unit Tests Results"
|
||||||
needs: [test, accessibility]
|
needs: [test, accessibility]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: always()
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
|
|
Loading…
Add table
Reference in a new issue