Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Freezystem committed Dec 4, 2023
1 parent 8bca159 commit ea2ec70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ jobs:
cache: "npm"
- name: Install and Build
run: npm ci
- name: Prettier
run: npm run prettier
- name: Tests
run: npm run test:coverage
- name: Code Coverage Summary Report
uses: irongut/CodeCoverageSummary@v1.3.0
with:
filename: coverage/cobertura-coverage.xml
badge: true
indicator: true
indicators: true
fail_below_min: true
threshold: "70 90"
thresholds: "70 90"
format: markdown
output: both
- name: Tests
run: npm run test:coverage
- name: Prettier
run: npm run prettier
- name: Generate Changelog
run: git log --oneline $(git describe --tags --abbrev=0)..HEAD >> CHANGELOG.txt
- name: Release
Expand Down

0 comments on commit ea2ec70

Please sign in to comment.