Skip to content

Commit

Permalink
ci: decompress
Browse files Browse the repository at this point in the history
  • Loading branch information
byronogis committed Dec 5, 2024
1 parent 9619217 commit e891ea6
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,31 +31,6 @@ jobs:
test:
runs-on: ${{ matrix.os }}

strategy:
matrix:
node: [lts/*]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: false
- name: Set node ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: pnpm

- run: pnpm i -g @antfu/ni
- run: nci
- run: nr build
- run: nr test

coverage:
runs-on: ${{ matrix.os }}

strategy:
matrix:
node: [lts/*]
Expand Down

0 comments on commit e891ea6

Please sign in to comment.