Skip to content

Commit a7db477

Browse files
committed
fix
1 parent 0021bc1 commit a7db477

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
run: |
198198
docker run --platform=${{ matrix.platform }} --rm \
199199
"$(jq -r '."builder-${{ matrix.variant }}"."containerimage.config.digest"' <<< "${METADATA}")" \
200-
sh -c 'go test -tags ${{ matrix.race }} -v (go list ./... | grep -v github.com/dunglas/frankenphp/internal/testext | grep -v github.com/dunglas/frankenphp/internal/extgen) && cd caddy && go test -tags nobadger,nomysql,nopgx ${{ matrix.race }} -v ./...'
200+
sh -c 'go test -tags ${{ matrix.race }} -v $(go list ./... | grep -v github.com/dunglas/frankenphp/internal/testext | grep -v github.com/dunglas/frankenphp/internal/extgen) && cd caddy && go test -tags nobadger,nomysql,nopgx ${{ matrix.race }} -v ./...'
201201
env:
202202
METADATA: ${{ steps.build.outputs.metadata }}
203203
# Adapted from https://docs.docker.com/build/ci/github-actions/multi-platform/

0 commit comments

Comments
 (0)