mirror of
https://github.com/immich-app/immich.git
synced 2025-12-12 15:50:43 -08:00
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -196,6 +196,10 @@ jobs:
|
||||
run: npm run format
|
||||
if: ${{ !cancelled() }}
|
||||
|
||||
- name: Run tsc
|
||||
run: npm run check
|
||||
if: ${{ !cancelled() }}
|
||||
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps chromium
|
||||
if: ${{ !cancelled() }}
|
||||
|
||||
Reference in New Issue
Block a user