Skip to content

Commit

Permalink
ci(release): moves the tests to the last step before release, after c…
Browse files Browse the repository at this point in the history
…ompilation
  • Loading branch information
KenEucker committed Oct 29, 2021
1 parent 5fd5da7 commit 36e41fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
run: npm ci
- name: Run linters
run: npm run lint
- name: Run tests
run: npm test
- name: Build
run: npm run build:prod
- name: Compile
run: npm run compile:prod
- name: Run tests
run: npm test
- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 36e41fc

Please sign in to comment.