Skip to content

Commit c939c57

Browse files
committed
fixup
1 parent 8f4cbf0 commit c939c57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pullrequest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,11 @@ jobs:
199199
run: chomp test:unit
200200

201201
- name: Set up Docker Buildx
202+
if: matrix.platform == 'ubuntu-latest'
202203
uses: docker/setup-buildx-action@v3
203204

204205
- name: Build Container
206+
if: matrix.platform == 'ubuntu-latest'
205207
uses: docker/build-push-action@v6
206208
with:
207209
context: ./test/container-echo
@@ -213,7 +215,7 @@ jobs:
213215

214216
- name: Run tests
215217
env:
216-
TEST_CONTAINER_NAME: worker-dev/echocontainer:latest
218+
TEST_CONTAINER_NAME: ${{ matrix.platform == 'ubuntu-latest' && 'worker-dev/echocontainer:latest' || '' }
217219
run: chomp test
218220

219221
- name: Run tests (http)

0 commit comments

Comments
 (0)