Skip to content

Commit

Permalink
Minor style
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 24, 2022
1 parent a2d973c commit 366d91b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
cancel-in-progress: true

jobs:
chef-linux:
chef_linux:
name: Chef Linux lighting-app

runs-on: ubuntu-latest
Expand All @@ -45,7 +45,7 @@ jobs:
- name: lighting-app Linux
run: scripts/run_in_build_env.sh "cd examples/chef; ./chef.py -br --use_zzz -d lighting-app -t linux;"

chef-esp32:
chef_esp32:
name: Chef ESP32 lighting-app

runs-on: ubuntu-latest
Expand All @@ -68,7 +68,7 @@ jobs:
- name: lighting-app ESP32
run: scripts/run_in_build_env.sh "cd examples/chef; ./chef.py -br --use_zzz -d lighting-app -t esp32;"

chef-nrfconnect:
chef_nrfconnect:
name: Chef NRFConnect lighting-app

runs-on: ubuntu-latest
Expand All @@ -88,4 +88,4 @@ jobs:
attempt_limit: 3
attempt_delay: 2000
- name: lighting-app NRFConnect
run: scripts/run_in_build_env.sh "cd examples/chef; export GNUARMEMB_TOOLCHAIN_PATH=\"$PW_ARM_CIPD_INSTALL_DIR\"; ./chef.py -br --use_zzz -d lighting-app -t nrfconnect;"
run: scripts/run_in_build_env.sh "cd examples/chef; export GNUARMEMB_TOOLCHAIN_PATH=$PW_ARM_CIPD_INSTALL_DIR; ./chef.py -br --use_zzz -d lighting-app -t nrfconnect;"

0 comments on commit 366d91b

Please sign in to comment.