Skip to content

Commit 473559f

Browse files
committed
[ci] force use a container image for check-foundation and test-archive-plugin
1 parent bc30e8f commit 473559f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
fail-fast: false
106106
matrix:
107107
examples: ${{ fromJson(inputs.archive_plugin_examples) }}
108+
container:
109+
image: ${{ matrix.swift.image }}
108110
steps:
109111
- name: Checkout repository
110112
uses: actions/checkout@v4
@@ -123,6 +125,8 @@ jobs:
123125
name: No dependencies on Foundation
124126
if: ${{ inputs.check_foundation_enabled }}
125127
runs-on: ubuntu-latest
128+
container:
129+
image: ${{ matrix.swift.image }}
126130
steps:
127131
- name: Checkout repository
128132
uses: actions/checkout@v4

0 commit comments

Comments
 (0)