Skip to content

Commit 2149a47

Browse files
committed
Fix yaml
1 parent 9ebd15f commit 2149a47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
run: bundle exec rspec
3131

3232
- name: Archive coverage
33-
if: ${{ success() || failure() }}
34-
uses: actions/upload-artifact@v3
35-
with:
36-
name: code-coverage-report-ruby_${{ matrix.ruby-version }}-${{ matrix.gemfile }}
37-
path: ${{ github-workspace }}/coverage/
33+
if: ${{ success() || failure() }}
34+
uses: actions/upload-artifact@v3
35+
with:
36+
name: code-coverage-report-ruby_${{ matrix.ruby-version }}-${{ matrix.gemfile }}
37+
path: ${{ github-workspace }}/coverage/
3838

3939
post_coverage:
4040
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)