ci: reduce unused steps (#1696)

This commit is contained in:
Himself65
2023-03-27 00:15:04 -05:00
committed by GitHub
parent b01deaa786
commit 66dec34209
3 changed files with 1 additions and 7 deletions
-2
View File
@@ -114,8 +114,6 @@ jobs:
name: artifact
path: ./apps/web/.next
- name: Install playwright browsers
run: npx playwright install chromium
- name: Run e2e & unit tests
run: |
yarn test --forbid-only