File tree Expand file tree Collapse file tree 3 files changed +14
-15
lines changed
Expand file tree Collapse file tree 3 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -174,8 +174,7 @@ jobs:
174174 python3 -m pip install ratarmount
175175 python3 -m pip install --force-reinstall .
176176 mkdir -p mounted-tar
177- wget https://github.com/mxmlnkn/ratarmount/raw/refs/heads/master/tests/single-file.tar
178- ratarmount single-file.tar mounted-tar
177+ ratarmount tests/single-file.tar mounted-tar
179178 [[ "$( cat mounted-tar/bar )" == "foo" ]]
180179 fusermount -u mounted-tar
181180
@@ -185,8 +184,7 @@ jobs:
185184 python3 -m pip install git+https://github.com/ihaveamac/ninfs.git@main
186185 python3 -m pip install --force-reinstall .
187186 mkdir -p mounted-3dsx
188- wget https://github.com/videah/3dsfetch/raw/refs/heads/master/3dsfetch.3dsx
189- ninfs threedsx 3dsfetch.3dsx mounted-3dsx
187+ ninfs threedsx tests/3dsfetch.3dsx mounted-3dsx
190188 [[ "$( md5sum mounted-3dsx/icon.smdh )" =~ "a3d784b6f20182ebdf964589cbf427c2" ]]
191189 fusermount -u mounted-3dsx
192190
@@ -196,17 +194,18 @@ jobs:
196194 timeout-minutes : 10
197195
198196 strategy :
199- matrix :
200- include :
201- - os : freebsd
202- version : ' 14.3'
203- display_name : FreeBSD
204- - os : openbsd
205- version : ' 7.7'
206- display_name : OpenBSD
207- - os : netbsd
208- version : ' 10.1'
209- display_name : NetBSD
197+ fail-fast : false
198+ matrix :
199+ include :
200+ - os : freebsd
201+ version : ' 14.3'
202+ display_name : FreeBSD
203+ - os : openbsd
204+ version : ' 7.7'
205+ display_name : OpenBSD
206+ - os : netbsd
207+ version : ' 10.1'
208+ display_name : NetBSD
210209
211210 steps :
212211 - name : Check out repository
You can’t perform that action at this time.
0 commit comments