WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d2131cc

Browse files
committed
Chore: fix yml
1 parent 9abcc2a commit d2131cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
export GIT_BRANCH="${GITHUB_REF/refs\/heads\//}"
2525
./cc-test-reporter after-build -r ${{secrets.CC_TEST_REPORTER_ID}}
2626
coverage:
27-
name: test coverage
28-
needs: build
2927
runs-on: ubuntu-latest
28+
needs: build
3029
steps:
3130
- uses: actions/checkout@master
31+
name: test coverage
3232
- name: Set up Ruby 2.7
3333
uses: actions/setup-ruby@v1
3434
with:

0 commit comments

Comments
 (0)