File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 test-curl-install-with-checksum :
2424 name : Test curl installer with checksum verification on ubuntu-slim
2525 runs-on : ubuntu-slim
26+ needs : test-curl-install
2627 steps :
2728 - uses : actions/checkout@v4
2829
4950 test-curl-install-with-attestation :
5051 name : Test curl installer with attestation verification on ubuntu-slim
5152 runs-on : ubuntu-slim
53+ needs : test-curl-install-with-checksum
5254 steps :
5355 - uses : actions/checkout@v4
5456
@@ -153,6 +155,7 @@ jobs:
153155 test-linuxbrew-install :
154156 name : Test brew install on Linux (x86_64)
155157 runs-on : ubuntu-slim
158+ needs : test-brew-install
156159 steps :
157160 - uses : actions/checkout@v4
158161
@@ -190,6 +193,7 @@ jobs:
190193 test-gha-install-action :
191194 name : Test taiki-e/install-action on ubuntu-slim
192195 runs-on : ubuntu-slim
196+ needs : test-cargo-binstall
193197 steps :
194198 - uses : actions/checkout@v4
195199
@@ -439,4 +443,4 @@ jobs:
439443 exit 1
440444 fi
441445
442- echo "All installation methods passed!"
446+ echo "All installation methods passed!"
You can’t perform that action at this time.
0 commit comments