feat: add github hetzner runners
This commit is contained in:
parent
07c5ddd630
commit
8344885683
|
|
@ -5,7 +5,7 @@ on:
|
|||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, type-cx42]
|
||||
steps:
|
||||
- name: Git describe
|
||||
id: ghd
|
||||
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
path: ./frontend/dist/**/*
|
||||
|
||||
binaries:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, type-cx42]
|
||||
needs:
|
||||
- frontend
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ jobs:
|
|||
./vikunja migrate
|
||||
|
||||
test-api:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, type-cx32, image-x86-app-docker-ce]
|
||||
needs:
|
||||
- mage
|
||||
strategy:
|
||||
|
|
@ -313,7 +313,7 @@ jobs:
|
|||
pnpm test:unit
|
||||
|
||||
test-frontend-e2e:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, type-cx32, image-x86-app-docker-ce]
|
||||
needs:
|
||||
- frontend-dependencies
|
||||
- api-build
|
||||
|
|
|
|||
Loading…
Reference in New Issue