Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia authored Aug 25, 2024
1 parent 46a9329 commit d6f0f69
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,15 @@ jobs:
continue-on-error: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
branch: next
- run: npm run lint:docs

lint-js:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
branch: next
- run: npm run lint:js

test-js:
Expand All @@ -41,9 +39,9 @@ jobs:
- 20
- 22
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
branch: next
node-version: ${{ matrix.node-version }}
- run: npm run build
- run: npm run test:js

0 comments on commit d6f0f69

Please sign in to comment.