Skip to content

Commit

Permalink
validate zzz in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 24, 2022
1 parent 47c63e7 commit a09f7e5
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,34 @@ concurrency:
cancel-in-progress: true

jobs:

validate_zzz:
name: Chef - Validate cached ZAP files
runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'

container:
image: python:3.11-rc-slim-buster
options: --user root

steps:
- uses: Wandalen/[email protected]
name: Checkout
with:
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
attempt_delay: 2000
- name: Chef validate zzz
shell: bash
run: |
cd examples/chef
python3 chef.py --validate_zzz
chef_linux:
name: Chef Linux lighting-app

needs: validate_zzz
runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'

Expand Down Expand Up @@ -54,7 +79,7 @@ jobs:
chef_esp32:
name: Chef ESP32 lighting-app

needs: validate_zzz
runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'

Expand Down Expand Up @@ -83,7 +108,7 @@ jobs:
chef_nrfconnect:
name: Chef NRFConnect lighting-app

needs: validate_zzz
runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'

Expand Down

0 comments on commit a09f7e5

Please sign in to comment.