Skip to content

Commit

Permalink
Change actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 11, 2024
1 parent dc99b16 commit 67306ce
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
jobs:
main:
name: ${{matrix.node}}
full:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: ${{matrix.node}}
node-version: node
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v4
strategy:
matrix:
node:
- lts/hydrogen
- node
small:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: lts/hydrogen
- run: npm install
- run: npm run test-api
name: main
on:
- pull_request
Expand Down

0 comments on commit 67306ce

Please sign in to comment.