Skip to content

Commit 8c84a85

Browse files
committed
[ci] fix ci
1 parent 4c9a9e1 commit 8c84a85

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/integration_tests.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ on:
4040
type: string
4141
description: "Container image for the matrix job. Defaults to matching latest Swift 6.2 Amazon Linux 2 image."
4242
default: "swift:6.2-amazonlinux2"
43-
matrix_linux_swift_container_image:
44-
type: string
45-
description: "Container image for the matrix job. Defaults to matching latest Swift 6.2 Amazon Linux 2 image."
46-
default: "swift:6.2-amazonlinux2"
4743

4844
## We are cancelling previously triggered workflow runs
4945
concurrency:
@@ -131,13 +127,16 @@ jobs:
131127
132128
# Checkout the pull request
133129
git checkout -qf FETCH_HEAD
130+
134131
# - name: Checkout repository
135132
# uses: actions/checkout@v4
136133
# with:
137134
# persist-credentials: false
135+
138136
- name: Mark the workspace as safe
139137
# https://github.com/actions/checkout/issues/766
140138
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
139+
141140
- name: Test the archive plugin
142141
env:
143142
EXAMPLE: ${{ matrix.examples }}
@@ -167,13 +166,16 @@ jobs:
167166
168167
# Checkout the pull request
169168
git checkout -qf FETCH_HEAD
169+
170170
# - name: Checkout repository
171171
# uses: actions/checkout@v4
172172
# with:
173173
# persist-credentials: false
174+
174175
- name: Mark the workspace as safe
175176
# https://github.com/actions/checkout/issues/766
176177
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
178+
177179
- name: Check for Foundation or ICU dependency
178180
run: |
179181
.github/workflows/scripts/check-link-foundation.sh

0 commit comments

Comments
 (0)