Skip to content

Commit 079b527

Browse files
authored
fix indentation
1 parent 6872621 commit 079b527

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/unit-test.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ jobs:
3030
hide-comment: false
3131
coverage-summary-path: ./coverage/coverage-summary.json
3232

33-
run-tests-and-publish-coverage:
34-
name: Upload unit test results to qlty
35-
runs-on: ubuntu-latest
36-
37-
steps:
38-
- uses: actions/checkout@v3
39-
40-
- name: Setup
41-
uses: ./.github/actions/setup
42-
43-
- name: Run tests
44-
run: |
45-
yarn test --coverage --coverageReporters lcov
46-
47-
- name: Upload coverage to qlty
48-
uses: qltysh/qlty-action/coverage@v1
49-
with:
50-
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
51-
files: coverage/lcov.info
33+
run-tests-and-publish-coverage:
34+
name: Upload unit test results to qlty
35+
runs-on: ubuntu-latest
36+
37+
steps:
38+
- uses: actions/checkout@v3
39+
40+
- name: Setup
41+
uses: ./.github/actions/setup
42+
43+
- name: Run tests
44+
run: |
45+
yarn test --coverage --coverageReporters lcov
46+
47+
- name: Upload coverage to qlty
48+
uses: qltysh/qlty-action/coverage@v1
49+
with:
50+
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
51+
files: coverage/lcov.info

0 commit comments

Comments
 (0)