Skip to content

Commit

Permalink
Chore: fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sukrosono committed Nov 16, 2021
1 parent 9abcc2a commit d2131cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
export GIT_BRANCH="${GITHUB_REF/refs\/heads\//}"
./cc-test-reporter after-build -r ${{secrets.CC_TEST_REPORTER_ID}}
coverage:
name: test coverage
needs: build
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@master
name: test coverage
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
with:
Expand Down

0 comments on commit d2131cc

Please sign in to comment.