Skip to content

Commit

Permalink
Moves ci build test after build
Browse files Browse the repository at this point in the history
  • Loading branch information
didley committed Jul 30, 2023
1 parent e3c982e commit dc1b602
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Check build is updated (run yarn build)
run: git diff --exit-code

- name: Install dependencies
run: yarn install

Expand All @@ -31,5 +28,8 @@ jobs:
- name: Run build
run: yarn run build

- name: Check build is updated (run yarn build)
run: git diff --exit-code

- name: Run tests
run: yarn run test

0 comments on commit dc1b602

Please sign in to comment.