Skip to content

Commit

Permalink
Include lint and test in PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensearle committed Apr 13, 2021
1 parent 304c81d commit 65de1b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/preview-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
- uses: actions/setup-node@master
- name: Installing project dependencies
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc && npm ci
- name: Lint
run: npm run lint-ci
- name: Test
run: npm run test-ci
- name: Create env file
run: |
touch .env.develop
Expand Down

0 comments on commit 65de1b8

Please sign in to comment.