Skip to content

Commit

Permalink
Workflow naming
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 26, 2022
1 parent 80506eb commit 6da917b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Build lighting-app with Chef on all platforms
name: Build Chef CI examples on all platforms

on:
push:
Expand Down Expand Up @@ -65,10 +65,10 @@ jobs:
token: ${{ github.token }}
attempt_limit: 3
attempt_delay: 2000
- name: lighting-app Linux
- name: CI Examples Linux
shell: bash
run: |
./scripts/run_in_build_env.sh "cd examples/chef; ./chef.py --ci -t linux;"
./scripts/run_in_build_env.sh "./examples/chef/chef.py --ci -t linux"
chef_esp32:
name: Chef - ESP32 CI Examples
Expand All @@ -89,10 +89,10 @@ jobs:
token: ${{ github.token }}
attempt_limit: 3
attempt_delay: 2000
- name: lighting-app ESP32
- name: CI Examples ESP32
shell: bash
run: |
./scripts/run_in_build_env.sh "cd examples/chef; ./chef.py --ci -t esp32;"
./scripts/run_in_build_env.sh "./examples/chef/chef.py --ci -t esp32"
chef_nrfconnect:
name: Chef - NRFConnect CI Examples
Expand All @@ -113,7 +113,7 @@ jobs:
token: ${{ github.token }}
attempt_limit: 3
attempt_delay: 2000
- name: lighting-app NRFConnect
- name: CI Examples NRFConnect
shell: bash
run: |
./scripts/run_in_build_env.sh "cd examples/chef; ./chef.py --ci -t nrfconnect;"
./scripts/run_in_build_env.sh "./examples/chef/chef.py --ci -t nrfconnect"

0 comments on commit 6da917b

Please sign in to comment.