Skip to content

Commit

Permalink
split ct lint and install
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Nov 1, 2023
1 parent a63b69c commit bf00294
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bf00294

Please sign in to comment.