From 4a559aa22537bbd2f17c7babb1aca48d1a3a4647 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Thu, 10 Dec 2020 11:27:02 -0600 Subject: 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. --- .github/workflows/mingw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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: -- cgit v1.2.3