Skip to content

Commit fcba6fc

Browse files
committed
chore: cleanup CI
1 parent 72d61a7 commit fcba6fc

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ jobs:
3030
run: docker ps | grep -q nginx-php
3131
- name: Test nginx config inside container
3232
run: |
33-
sleep 5
33+
sleep 2
3434
docker exec -t nginx-php nginx -T
35+
docker exec -t nginx-php php-fpm --test

.github/workflows/latest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: docker/setup-qemu-action@v3
1413
- name: Sign into Docker
1514
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
1615
- name: Build Docker image

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
php_version: ['8.1', '8.2', '8.3', '8.4']
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: docker/setup-qemu-action@v3
1716
- name: Sign into Docker
1817
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
1918
- name: Build Docker image

0 commit comments

Comments
 (0)