Browse Source

CI: fail-fast by using bash shell explictly

tags/v0.2.4-rc
Philipp Oppermann 2 years ago
parent
commit
35b21c1919
Failed to extract signature
1 changed files with 4 additions and 0 deletions
  1. +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


Loading…
Cancel
Save