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 34
34
- name : Checkout repository
35
35
uses : actions/checkout@v4
36
36
37
- - name : Set up Docker Buildx
38
- uses : docker/setup-buildx-action@v3
39
-
40
37
- name : Build image
41
38
uses : docker/build-push-action@v6
42
39
with :
54
51
RUBYGEM_MODULESYNC=${{ matrix.rubygem_modulesync }}
55
52
RUBYGEM_BUNDLER=${{ matrix.rubygem_bundler }}
56
53
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
-
80
54
- name : Clone voxpupuli/puppet-example repository
81
55
uses : actions/checkout@v4
82
56
with :
97
71
tests :
98
72
needs :
99
73
- build_test_container
100
- - test_ci_container
101
74
runs-on : ubuntu-latest
102
75
name : Test suite
103
76
steps :
You can’t perform that action at this time.
0 commit comments