Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 525b72f

Browse files
ci: make it to one line command
1 parent 1afd5c1 commit 525b72f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/coveralls.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- name: Build
2121
uses: ./.github/actions/build
2222
- name: Run Tests
23-
run: |
24-
npm run test -- --collectCoverage
23+
run: npm run test -- --collectCoverage
2524
- name: Coveralls
2625
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)