Skip to content

Commit

Permalink
chore: update workflow commands
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardzjl committed Dec 27, 2024
1 parent 182c551 commit bd17fc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/web-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: lts/*
- name: Install modules
run: yarn
- name: Run ESLint
- name: lint
run: make lint
test:
defaults:
Expand All @@ -43,5 +43,5 @@ jobs:
node-version: lts/*
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn test --watchAll=false
- name: test
run: make test

0 comments on commit bd17fc6

Please sign in to comment.