diff --git a/.github/workflows/cert_test_checks.yaml b/.github/workflows/cert_test_checks.yaml index 8b516b05c86efe..44d545a6636897 100644 --- a/.github/workflows/cert_test_checks.yaml +++ b/.github/workflows/cert_test_checks.yaml @@ -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" \ No newline at end of file + python3 scripts/tests/matter_yaml_linter.py