Skip to content

Commit

Permalink
chore(CI): update to NPM lint and build
Browse files Browse the repository at this point in the history
  • Loading branch information
leggetter authored May 7, 2024
1 parent b5b3014 commit cb90985
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test
on: [workflow_call, push]

jobs:
compile:
build:
runs-on: ubuntu-latest

steps:
Expand All @@ -12,18 +12,8 @@ jobs:
- name: Set up node
uses: actions/setup-node@v4

- name: Compile
run: yarn && yarn build
- name: Lint
run: npm run lint

test:
runs-on: ubuntu-latest

steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Set up node
uses: actions/setup-node@v3

- name: Compile
run: yarn && yarn test
- name: Build
run: npm run build

0 comments on commit cb90985

Please sign in to comment.