Skip to content

Commit

Permalink
ci: restore test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kantor <[email protected]>
  • Loading branch information
kantorcodes committed Nov 5, 2024
1 parent 8088280 commit 4e4ee51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npm install

- name: Run tests (Forked PR)
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository && !cancelled() && !failure() }}
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository && !cancelled() && !failure() }}
run: npm run test

- name: Test
Expand All @@ -44,4 +44,4 @@ jobs:
- name: Upload results to Codecov
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4e4ee51

Please sign in to comment.