mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 20:25:32 -04:00
Fixed test again
This commit is contained in:
parent
081f9f5bce
commit
a8334b5c27
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -21,9 +21,9 @@ jobs:
|
|||||||
unit-tests:
|
unit-tests:
|
||||||
name: Run unit test suites
|
name: Run unit test suites
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cd server && npm install && npm run test
|
run: cd server && npm install && npm run test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user