File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 30
30
name : test-tarball
31
31
path : ${{ github.workspace }}/release.tar.gz
32
32
33
- gentoo-family :
34
- needs : build
35
- strategy :
36
- matrix :
37
- version : [latest]
38
- os : [gentoo/portage]
39
- runs-on : ubuntu-latest
40
- container :
41
- image : ${{ matrix.os }}:${{ matrix.version }}
42
- steps :
43
- - name : Install git so we get the .github directory
44
- run : emerge dev-vcs/git sys-libs/glibc
45
- - name : Download Artifact
46
- uses : actions/download-artifact@v4
47
- with :
48
- name : test-tarball
49
- - name : Unpack the "Release" tarball
50
- run : tar xvf release.tar.gz
51
- - name : Setup image and run bats tests
52
- working-directory : release
53
- run : .github/jobs/configure-checks/setup_configure_image.sh
54
-
55
33
suse-family :
56
34
needs : build
57
35
strategy :
You can’t perform that action at this time.
0 commit comments