Skip to content

Commit c3bb6cb

Browse files
committed
execute integration test on GH provided images
1 parent d2c0c5d commit c3bb6cb

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/integration_tests.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ on:
2727
type: string
2828
description: "The command of the current Swift version linux matrix job to execute."
2929
required: true
30-
matrix_linux_swift_container_image:
31-
type: string
32-
description: "Container image for the matrix job. Defaults to matching Swift 6.1 Ubuntu image."
33-
default: "swift:6.1-noble"
3430

3531
## We are cancelling previously triggered workflow runs
3632
concurrency:
@@ -46,14 +42,7 @@ jobs:
4642
fail-fast: false
4743
matrix:
4844
examples: ${{ fromJson(inputs.examples) }}
49-
50-
# We are using only one Swift version
51-
swift:
52-
- image: ${{ inputs.matrix_linux_swift_container_image }}
53-
container:
54-
image: ${{ matrix.swift.image }}
5545
steps:
56-
5746
- name: Checkout repository
5847
uses: actions/checkout@v4
5948

0 commit comments

Comments
 (0)