diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index a87f2b8a..3e52f9c5 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -136,7 +136,9 @@ jobs: if: | (steps.list-changed.outputs.changed == 'true') || (contains(github.event.pull_request.labels.*.name, 'needs-testing')) - run: ct lint-and-install --config ./test-suite-run.ct.yaml + run: | + ct lint --config ./test-suite-run.ct.yaml + ct install --config ./test-suite-run.ct.yaml # the following steps gather various debug information on test failure