Skip to content

Commit

Permalink
ci: Run e2e tests on self-hosted runner (immich-app#6296)
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Jan 11, 2024
1 parent 4f942bc commit 2974743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
server-e2e-api:
name: Server (e2e-api)
runs-on: ubuntu-latest
runs-on: mich
defaults:
run:
working-directory: ./server
Expand All @@ -29,7 +29,7 @@ jobs:

server-e2e-jobs:
name: Server (e2e-jobs)
runs-on: ubuntu-latest
runs-on: mich

steps:
- name: Checkout code
Expand Down

0 comments on commit 2974743

Please sign in to comment.