File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99jobs :
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
5151
5252 test-frontend :
5353 name : Test Frontend
54- runs-on : ubuntu-latest
54+ runs-on : home-server-runner
5555
5656 defaults :
5757 run :
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 :
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 : ubuntu-latest
15+ runs-on : home-server-runner
1616 permissions :
1717 contents : read
1818 packages : write
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
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
You can’t perform that action at this time.
0 commit comments