Skip to content

Commit

Permalink
Try running Studio directly
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Oct 27, 2023
1 parent f71461e commit 9298f5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,13 @@ jobs:
New-Item -Path 'C:/Program Files (x86)/Roblox/Versions/version-*/ClientSettings' -Name "ClientAppSettings.json"
$flags | ConvertTo-Json -depth 32| set-content -Path 'C:/Program Files (x86)/Roblox/Versions/version-*/ClientSettings/ClientAppSettings.json'
- name: Open Studio
shell: bash
run: |
STUDIO=$(find /c/ -type f -name RobloxStudio.exe)
echo $STUDIO
./$STUDIO
- name: Run tests
run: run-in-roblox --place studio-tests.rbxl --script tests/init.server.lua

Expand Down

0 comments on commit 9298f5a

Please sign in to comment.