Skip to content

Commit

Permalink
- fix: lint and test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Aug 19, 2024
1 parent 7854363 commit 3c9a8fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,14 @@ jobs:
chrome-version: 120
install-chromedriver: true

- name: Run NX lint & test
- name: Run NX lint
env:
CHROME_PATH: ${{ steps.setup-chrome.outputs.chrome-path }}
run: |
npx nx run-many -t lint --verbose
- name: Run NX test
env:
CHROME_PATH: ${{ steps.setup-chrome.outputs.chrome-path }}
run: |
npx nx run-many -t test --verbose

0 comments on commit 3c9a8fc

Please sign in to comment.