File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 test-backend :
1111 name : Test Go Backend
12- runs-on : home-server-runner
13-
12+ runs-on : [self-hosted, home]
1413 steps :
1514 - name : Checkout code
1615 uses : actions/checkout@v4
5150
5251 test-frontend :
5352 name : Test Frontend
54- runs-on : home-server-runner
53+ runs-on : [self-hosted, home]
54+
55+
5556
5657 defaults :
5758 run :
8586
8687 integration-test :
8788 name : Integration Tests
88- runs-on : home-server-runner
89+ runs-on : [self-hosted, home]
8990 needs : [test-backend, test-frontend]
9091
9192 services :
Original file line number Diff line number Diff line change 1212jobs :
1313 build-and-push :
1414 name : Build and Push to GHCR
15- runs-on : home-server-runner
15+ runs-on : [self-hosted, home]
1616 permissions :
1717 contents : read
1818 packages : write
5555
5656 build-frontend-image :
5757 name : Build Frontend Container
58- runs-on : home-server-runner
58+ runs-on : [self-hosted, home]
5959 permissions :
6060 contents : read
6161 packages : write
9898
9999 notify-deployment :
100100 name : Notify Deployment
101- runs-on : home-server-runner
101+ runs-on : [self-hosted, home]
102102 needs : [build-and-push, build-frontend-image]
103103 if : always()
104104
You can’t perform that action at this time.
0 commit comments