File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff 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
2219env :
23- CI_IMAGE : " paritytech/ci-unified:bullseye-1.88.0-2025-06-27-v202507112050"
2420 NODE_VERSION : 22
2521
2622jobs :
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
You can’t perform that action at this time.
0 commit comments