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 37b3cb1 + f3d3d3a commit bf24a05Copy full SHA for bf24a05
1 file changed
.github/workflows/tests.yml
@@ -15,7 +15,7 @@
15
# https://github.com/actions/checkout/issues/19
16
# ...so all this needs to happen in a single job.
17
#
18
-name: Tests
+ name: Tests
19
on:
20
push:
21
branches:
@@ -58,10 +58,10 @@ name: Tests
58
continue-on-error: true
59
run: bundle exec rspec spec/*_spec.rb spec/blast_versions/blast_2.9.0/*
60
- name: CodeClimate after-build (success)
61
- if: steps.rpsec.outcome == 'success'
+ if: steps.rspec.outcome == 'success'
62
run: cc-test-reporter after-build --exit-code 0
63
- name: CodeClimate after-build (failure)
64
- if: steps.rpsec.outcome != 'success'
+ if: steps.rspec.outcome != 'success'
65
run: cc-test-reporter after-build --exit-code 1
66
- name: upload code coverage results
67
uses: actions/upload-artifact@v3
0 commit comments