mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
Fixed test
This commit is contained in:
parent
081f9f5bce
commit
e1cac93945
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -22,8 +22,8 @@ jobs:
|
||||
name: Run unit test suites
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run tests
|
||||
run: cd server && npm install && npm run test
|
||||
- name: Run tests
|
||||
run: cd server && npm install && npm run test
|
Loading…
Reference in New Issue
Block a user