Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
claytercek committed Nov 6, 2024
1 parent 40013c9 commit 0313b79
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ env:

jobs:

lint:
name: Lint
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -42,18 +42,6 @@ jobs:
- name: Validate types
run: npm run build

test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'npm'

- name: Install dependencies
run: npm ci

- name: Run tests
run: npm run test
=

0 comments on commit 0313b79

Please sign in to comment.