File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 4444 uses : actions/download-artifact@v4
4545 with :
4646 name : test-tarball
47- - name : Install git so we get the .github directory
48- run : zypper install -y git
47+ - name : Install needed unpack tools
48+ run : zypper install -y tar
4949 - name : Unpack the "Release" tarball
5050 run : tar xvf release.tar.gz
5151 - name : Setup image and run bats tests
6666 uses : actions/download-artifact@v4
6767 with :
6868 name : test-tarball
69- - name : Install git so we get the .github directory
70- run : pacman -Sy --noconfirm git
7169 - name : Unpack the "Release" tarball
7270 run : tar xvf release.tar.gz
7371 - name : Setup image and run bats tests
8886 uses : actions/download-artifact@v4
8987 with :
9088 name : test-tarball
91- - name : Install git so we get the .github directory
92- run : dnf install -y git
9389 - name : Unpack the "Release" tarball
9490 run : tar xvf release.tar.gz
9591 - name : Setup image and run bats tests
@@ -122,10 +118,6 @@ jobs:
122118 uses : actions/download-artifact@v4
123119 with :
124120 name : test-tarball
125- - name : Install git so we get the .github directory
126- run : |
127- apt-get update
128- apt-get install -y git
129121 - name : Unpack the "Release" tarball
130122 run : |
131123 ls -atrl
You can’t perform that action at this time.
0 commit comments