Skip to content

Commit

Permalink
chore: open build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Oct 22, 2024
1 parent cc5e839 commit 5f96aa7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ jobs:
projectPath: './sample'
buildMethod: MacBuilder.BuildForAltTester
customParameters: -logFile logFile.log -quit -batchmode
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Build-StandaloneOSX
path: sample/**
- name: Open application
working-directory: sample/Builds/MacOS
run: |
export RUN_IN_BROWSERSTACK="false"
export ALTSERVER_PORT=13005
export ALTSERVER_HOST="192.168.11.35"
chmod -R 755 sampleApp.app
open sampleApp.app
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand Down

0 comments on commit 5f96aa7

Please sign in to comment.