Skip to content

Commit

Permalink
feat(updates): test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozartted committed Nov 14, 2024
1 parent 20c20d4 commit f8b2d9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- name: "Setup node with cache"
- name: 'Setup node with cache'
uses: actions/setup-node@v4
with:
node-version: 18
Expand All @@ -18,7 +18,7 @@ jobs:
- run: yarn run lint
- run: yarn run test:ci

- name: "Upload coverage reports"
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
# - name: "Upload coverage reporta27b8854-9dbe-47a0-ac03-b3bd1e246cf0s"
# uses: codecov/codecov-action@v3
# with:
# fail_ci_if_error: true

0 comments on commit f8b2d9d

Please sign in to comment.