File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 88jobs :
99 docker-compose :
1010 name : docker-compose (production container)
11- runs-on : ubuntu-22.04
11+ runs-on : blacksmith-4vcpu- ubuntu-2404
1212 steps :
1313 - name : checkout
1414 uses : actions/checkout@v4
15+ - name : blacksmith docker
16+ uses : useblacksmith/setup-docker-builder@v1
1517 - name : docker build / start
16- run : docker compose -f docker-compose.ci.yml up -d
18+ env :
19+ DOCKER_BUILDKIT : 1
20+ COMPOSE_DOCKER_CLI_BUILD : 1
21+ run : |
22+ docker compose -f docker-compose.ci.yml build --build-arg BUILDKIT_INLINE_CACHE=1
23+ docker compose -f docker-compose.ci.yml up -d --wait --wait-timeout 30
1724 - name : wait for nginx
1825 run : while ! nc -z localhost 443; do sleep 0.1; done
1926 - name : ping
2229 run : docker compose -f docker-compose.ci.yml stop
2330 php83 :
2431 name : PHP 8.3
25- runs-on : ubuntu-24.04
32+ runs-on : blacksmith-4vcpu- ubuntu-2404
2633 steps :
2734 - name : checkout
2835 uses : actions/checkout@v4
3340 STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
3441 php84 :
3542 name : PHP 8.4
36- runs-on : ubuntu-22.04
43+ runs-on : blacksmith-4vcpu- ubuntu-2404
3744 steps :
3845 - name : checkout
3946 uses : actions/checkout@v4
4451 STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
4552 php85 :
4653 name : PHP 8.5
47- runs-on : ubuntu-22.04
54+ runs-on : blacksmith-4vcpu- ubuntu-2404
4855 steps :
4956 - name : checkout
5057 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments