We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc2d56e + eef9b15 commit fc85e7dCopy full SHA for fc85e7d
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: build
49
run: COVERAGE=true yarn run test
50
- name: Publish Test Report
51
- uses: mikepenz/action-junit-report@v5
+ uses: mikepenz/action-junit-report@v6
52
if: always() # always run even if the previous step fails
53
with:
54
check_name: 'Vitest Report'
@@ -105,7 +105,7 @@ jobs:
105
- name: Run tests
106
run: TERM=xterm-color bundle exec rails test
107
108
109
110
111
check_name: 'Minitest Report'
0 commit comments