From 8ee0354c3b1fa85837f22d8a856b88f0fc3e2241 Mon Sep 17 00:00:00 2001 From: Austin Bozowski Date: Tue, 24 May 2022 06:05:53 +0000 Subject: [PATCH] Add shell --- .github/workflows/chef.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/chef.yaml b/.github/workflows/chef.yaml index e54308faf7896e..df1dadf6cef5e3 100644 --- a/.github/workflows/chef.yaml +++ b/.github/workflows/chef.yaml @@ -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 @@ -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 @@ -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