Skip to content

Commit

Permalink
Change order of steps in github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Sep 18, 2023
1 parent 4dfee0d commit f3fe618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn
- name: Typecheck and build packages
run: yarn build
- name: Lint files
run: yarn lint
- name: Test files
run: yarn test
- name: Typecheck and build packages
run: yarn build

0 comments on commit f3fe618

Please sign in to comment.