Skip to content

Commit 45a6d5d

Browse files
committed
Updating action runners for faster ci cd
1 parent 57281b3 commit 45a6d5d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
test-backend:
1111
name: Test Go Backend
12-
runs-on: ubuntu-latest
12+
runs-on: home-server-runner
1313

1414
steps:
1515
- name: Checkout code
@@ -51,7 +51,7 @@ jobs:
5151

5252
test-frontend:
5353
name: Test Frontend
54-
runs-on: ubuntu-latest
54+
runs-on: home-server-runner
5555

5656
defaults:
5757
run:
@@ -85,7 +85,7 @@ jobs:
8585

8686
integration-test:
8787
name: Integration Tests
88-
runs-on: ubuntu-latest
88+
runs-on: home-server-runner
8989
needs: [test-backend, test-frontend]
9090

9191
services:

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build-and-push:
1414
name: Build and Push to GHCR
15-
runs-on: ubuntu-latest
15+
runs-on: home-server-runner
1616
permissions:
1717
contents: read
1818
packages: write
@@ -55,7 +55,7 @@ jobs:
5555

5656
build-frontend-image:
5757
name: Build Frontend Container
58-
runs-on: ubuntu-latest
58+
runs-on: home-server-runner
5959
permissions:
6060
contents: read
6161
packages: write
@@ -98,7 +98,7 @@ jobs:
9898

9999
notify-deployment:
100100
name: Notify Deployment
101-
runs-on: ubuntu-latest
101+
runs-on: home-server-runner
102102
needs: [build-and-push, build-frontend-image]
103103
if: always()
104104

0 commit comments

Comments
 (0)