File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 3434 - name : Checkout repository
3535 uses : actions/checkout@v4
3636
37- - name : Set up Docker Buildx
38- uses : docker/setup-buildx-action@v3
39-
4037 - name : Build image
4138 uses : docker/build-push-action@v6
4239 with :
5451 RUBYGEM_MODULESYNC=${{ matrix.rubygem_modulesync }}
5552 RUBYGEM_BUNDLER=${{ matrix.rubygem_bundler }}
5653
57- test_ci_container :
58- name : ' Test CI container'
59- runs-on : ubuntu-latest
60- needs :
61- - setup-matrix
62- - build_test_container
63- strategy :
64- matrix : ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
65- steps :
66- - name : Set up Docker Buildx
67- uses : docker/setup-buildx-action@v3
68-
69- - name : Download artifact
70- uses : actions/download-artifact@v4
71- with :
72- name : voxbox-${{ matrix.rubygem_puppet }}_${{ github.sha }}
73- path : /tmp
74-
75- - name : Load Docker image
76- run : |
77- docker load --input /tmp/voxbox-${{ matrix.rubygem_puppet }}_${{ github.sha }}.tar
78- docker image ls -a
79-
8054 - name : Clone voxpupuli/puppet-example repository
8155 uses : actions/checkout@v4
8256 with :
9771 tests :
9872 needs :
9973 - build_test_container
100- - test_ci_container
10174 runs-on : ubuntu-latest
10275 name : Test suite
10376 steps :
You can’t perform that action at this time.
0 commit comments