This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
CI: fail-fast by using bash shell explictly
tags/v0.2.4-rc
Philipp Oppermann
2 years ago
parent
6ecbf4cfdc
commit
35b21c1919
Failed to extract signature
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
.github/workflows/ci.yml
+ 4
- 0
.github/workflows/ci.yml
View File
@@ -83,6 +83,8 @@ jobs:
- name: "Build cli and binaries"
timeout-minutes: 45
# fail-fast by using bash shell explictly
shell: bash
run: |
cargo install --path binaries/coordinator
cargo install --path binaries/daemon
@@ -90,6 +92,8 @@ jobs:
- name: "Test CLI"
timeout-minutes: 30
# fail-fast by using bash shell explictly
shell: bash
run: |
dora-cli up
dora-cli list
Write
Preview
Loading…
Cancel
Save