From 684ead410efdfd581323708e98ad88d998e40daf Mon Sep 17 00:00:00 2001 From: David Anson Date: Wed, 30 Aug 2023 22:14:35 -0700 Subject: [PATCH 1/2] Remove Windows exception for midnight-smoker in smoke-test.yml workflow. --- .github/workflows/smoke-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index a8241875..7697eb3d 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -34,4 +34,3 @@ jobs: - run: node_modules/.bin/markdownlint-cli2 README.md - run: git clean -dfx && git restore . - run: npm exec --yes -- midnight-smoker test-invoke-as-cli - if: matrix.os != 'windows-latest' From aeed80d85ccc9b4b03871ba3384df2a1822f692b Mon Sep 17 00:00:00 2001 From: David Anson Date: Wed, 30 Aug 2023 22:18:31 -0700 Subject: [PATCH 2/2] --verbose --- .github/workflows/smoke-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 7697eb3d..287c0fc3 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -33,4 +33,4 @@ jobs: - run: npm clean-install - run: node_modules/.bin/markdownlint-cli2 README.md - run: git clean -dfx && git restore . - - run: npm exec --yes -- midnight-smoker test-invoke-as-cli + - run: npm exec --yes -- midnight-smoker --verbose test-invoke-as-cli