fix cli docker file
This commit is contained in:
parent
6e4a1c10d0
commit
3c8e3e6e8b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -109,7 +109,7 @@ jobs:
|
|||
name: Run cli e2e tests
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
os: [ubuntu-latest] # TODO: macos and windows
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
defaults:
|
||||
|
@ -123,7 +123,7 @@ jobs:
|
|||
submodules: "recursive"
|
||||
|
||||
- name: Run e2e tests
|
||||
run: docker compose -f ./docker/docker-compose.server-e2e.yml up --renew-anon-volumes --abort-on-container-exit --exit-code-from immich-server --remove-orphans --build
|
||||
run: docker compose -f ./docker/docker-compose.cli-e2e.yml up --renew-anon-volumes --abort-on-container-exit --exit-code-from immich-cli --remove-orphans --build
|
||||
|
||||
web-unit-tests:
|
||||
name: Run web unit test suites and checks
|
||||
|
|
Loading…
Reference in a new issue