Skip to content

Commit

Permalink
refactor: asset e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 committed Mar 9, 2024
1 parent 3f1d37e commit fa43bfd
Show file tree
Hide file tree
Showing 18 changed files with 850 additions and 1,615 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/test.yml
Expand Up @@ -10,23 +10,6 @@ concurrency:
cancel-in-progress: true

jobs:
server-e2e-api:
name: Server (e2e-api)
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./server

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Run npm install
run: npm ci

- name: Run e2e tests
run: npm run e2e:api

server-e2e-jobs:
name: Server (e2e-jobs)
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Expand Up @@ -19,9 +19,6 @@ pull-stage:
server-e2e-jobs:
docker compose -f ./server/e2e/docker-compose.server-e2e.yml up --renew-anon-volumes --abort-on-container-exit --exit-code-from immich-server --remove-orphans --build

server-e2e-api:
npm run e2e:api --prefix server

.PHONY: e2e
e2e:
docker compose -f ./e2e/docker-compose.yml up --build -V --remove-orphans
Expand Down

0 comments on commit fa43bfd

Please sign in to comment.