Skip to content

Commit

Permalink
ci: rm test
Browse files Browse the repository at this point in the history
  • Loading branch information
CanadaHonk committed Oct 10, 2024
1 parent 993137c commit 15042dc
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,6 @@ on:
- push
- pull_request
jobs:
test:
name: Test on Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test

build:
name: Build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 15042dc

Please sign in to comment.