Skip to content

Commit

Permalink
trial and error is just like knowing what you're doing
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed May 2, 2024
1 parent c9fe554 commit e0aea2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cert_test_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
check-certification-tests:
name: Check for common problems in certification tests
runs-on: ubuntu-latest

container:
image: ghcr.io/project-chip/chip-build

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout submodules & Bootstrap
uses: ./.github/actions/checkout-submodules-and-bootstrap
with:
platform: linux
- name: Run checks
run: |
./scripts/run_in_build_env.sh "python3 scripts/tests/matter_yaml_linter.py"
python3 scripts/tests/matter_yaml_linter.py

0 comments on commit e0aea2b

Please sign in to comment.