Skip to content

Commit c61c8f6

Browse files
committed
Use latest-ubuntu
1 parent 9033e69 commit c61c8f6

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/integration-test.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,14 @@ concurrency:
1616
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1717
cancel-in-progress: true
1818

19-
# Parity CI image to use
20-
# Common variable is defined in the workflow
21-
# Repo env variable doesn't work for PRs from forks
2219
env:
23-
CI_IMAGE: "paritytech/ci-unified:bullseye-1.88.0-2025-06-27-v202507112050"
2420
NODE_VERSION: 22
2521

2622
jobs:
27-
set-image:
28-
# This workaround sets the container image for each job using 'set-image' job output.
29-
# env variables don't work for PRs from forks, so we need to use outputs.
30-
runs-on: ubuntu-latest
31-
outputs:
32-
CI_IMAGE: ${{ steps.set_image.outputs.CI_IMAGE }}
33-
steps:
34-
- id: set_image
35-
run: echo "CI_IMAGE=${{ env.CI_IMAGE }}" >> $GITHUB_OUTPUT
36-
3723
integration-tests:
3824
name: Integration Tests
3925
runs-on: ubuntu-latest
4026
timeout-minutes: 60
41-
needs: [ set-image ]
42-
container:
43-
image: ${{ needs.set-image.outputs.CI_IMAGE }}
4427

4528
steps:
4629
- name: Checkout sources

0 commit comments

Comments
 (0)