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

Commit

Permalink
ci: make it to one line command
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed Oct 12, 2023
1 parent 1afd5c1 commit 525b72f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- name: Build
uses: ./.github/actions/build
- name: Run Tests
run: |
npm run test -- --collectCoverage
run: npm run test -- --collectCoverage
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 525b72f

Please sign in to comment.