Skip to content

Commit

Permalink
Maybe now
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roberts committed Feb 10, 2024
1 parent fd1f0de commit a2022e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Collect Coverage
uses: ArtiomTr/jest-coverage-report-action@v2

- name: Install Node.js
uses: actions/setup-node@v3
Expand All @@ -25,6 +23,9 @@ jobs:
version: 8
run_install: false

- name: Collect Coverage
uses: ArtiomTr/jest-coverage-report-action@v2

- name: Get pnpm store directory
shell: bash
run: |
Expand Down

0 comments on commit a2022e0

Please sign in to comment.