From bf0029446bc3309dedab008eec2505ed2e4e0bff Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Wed, 1 Nov 2023 12:46:17 +1100 Subject: [PATCH] split ct lint and install --- .github/workflows/test-suite.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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