summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMSP-Greg <MSP-Greg@users.noreply.github.com>2020-12-10 11:27:02 -0600
committerGitHub <noreply@github.com>2020-12-10 09:27:02 -0800
commit4a559aa22537bbd2f17c7babb1aca48d1a3a4647 (patch)
tree7bced90229f268b6dcf7443b2cad039c26958575 /.github
parentf3c19ddfbcfde63505a34b7a5b3a640f23b22dc0 (diff)
Actions mingw - add tool/test for WEBrick in spec tests (#3882)
Some spec tests require WEBrick, and the spec tests are run from install with the MinGW CI.
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mingw.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 2d4cc7d05e..477da7e3b3 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -120,7 +120,7 @@ jobs:
[Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
[Console]::InputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
ruby -v
- ruby ../mspec/bin/mspec -j
+ ruby -I../../tool/test ../mspec/bin/mspec -j
- uses: k0kubun/action-slack@v2.0.0
with: