Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Oct 23, 2024
1 parent d459199 commit 2cabae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cabae6

Please sign in to comment.