From 2cabae69567dc3db98f12f8175d865a006ff56ab Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Wed, 23 Oct 2024 14:25:16 +0200 Subject: [PATCH] test ci --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 22e82bdee0ee..251ea81a4841 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -861,6 +861,7 @@ jobs: run: | Start-Process 'msiexec.exe' -ArgumentList '/I "scala.msi" /L*V "install.log" /qb' -Wait Get-Content 'install.log' + Add-Content $env:GITHUB_PATH "C:\Program Files (x86)\scala\bin" # Run tests to ensure the Scala Runner was installed and works - name: Test Scala Runner