Skip to content

Commit

Permalink
Add shell
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 24, 2022
1 parent bb454c8 commit 8ee0354
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ jobs:
attempt_limit: 3
attempt_delay: 2000
- name: bootstrap
shell: bash
run: source scripts/bootstrap.sh
- name: lighting-app Linux
shell: bash
run: |
source ./scripts/activate.sh
cd examples/chef
Expand All @@ -70,8 +72,10 @@ jobs:
attempt_limit: 3
attempt_delay: 2000
- name: bootstrap
shell: bash
run: source scripts/bootstrap.sh
- name: lighting-app ESP32
shell: bash
run: |
source ./scripts.activate.sh
cd examples/chef
Expand All @@ -97,8 +101,10 @@ jobs:
attempt_limit: 3
attempt_delay: 2000
- name: bootstrap
shell: bash
run: source scripts/bootstrap.sh
- name: lighting-app NRFConnect
shell: bash
run: |
source ./scripts/activate.sh
cd examples/chef
Expand Down

0 comments on commit 8ee0354

Please sign in to comment.