From d56400aa75fa0c958c287928c73628aa18d87622 Mon Sep 17 00:00:00 2001 From: Zach Date: Thu, 21 Sep 2023 13:45:53 -0700 Subject: [PATCH 1/2] Update ExecSpec.hs This PR is to create a working build of a Windows fix Jess worked on that now has expired binaries. This is only for testing purposes --- test/Effect/ExecSpec.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Effect/ExecSpec.hs b/test/Effect/ExecSpec.hs index 8654edcd53..8c90012b6b 100644 --- a/test/Effect/ExecSpec.hs +++ b/test/Effect/ExecSpec.hs @@ -4,6 +4,7 @@ module Effect.ExecSpec ( spec, ) where + import App.Types (SystemPath (..), SystemPathExt (..)) import App.Util (SupportedOS (..), runningInOS) import Control.Carrier.Diagnostics (runDiagnostics) From 0391fecc314b9bedc85849fbb73be6affff0bab9 Mon Sep 17 00:00:00 2001 From: Zach Date: Thu, 21 Sep 2023 16:27:38 -0700 Subject: [PATCH 2/2] Update integrations-test.yml --- .github/workflows/integrations-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integrations-test.yml b/.github/workflows/integrations-test.yml index 9cc9112a04..cd945a6817 100644 --- a/.github/workflows/integrations-test.yml +++ b/.github/workflows/integrations-test.yml @@ -11,7 +11,8 @@ on: jobs: integration-test: name: integration-test - runs-on: ubuntu-latest + runs-on: + group: "FOSSA CLI Runner" # Be sure to update the env below too container: fossa/haskell-static-alpine:ghc-9.0.2