Skip to content

Commit

Permalink
ci: 🤖 separate test-ui to simplify referees job
Browse files Browse the repository at this point in the history
  • Loading branch information
yjaaidi committed Dec 5, 2023
1 parent b8f8ce9 commit de8c1d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ jobs:

- run: pnpm install

- run: pnpm nx run-many --parallel=4 -t build,lint,test,test-ui
- name: Build, Lint & Test
run: pnpm nx run-many --parallel=4 -t build,lint,test

- name: Test UI
run: pnpm nx run-many --parallel=4 -t test-ui

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit de8c1d7

Please sign in to comment.