Skip to content

Commit

Permalink
remove test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Dec 30, 2023
1 parent c673c8d commit aa248b2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,6 @@ concurrency:
cancel-in-progress: true

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm run test

lint:
name: Lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit aa248b2

Please sign in to comment.