Skip to content

Commit

Permalink
chore: ls
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Oct 22, 2024
1 parent 5f96aa7 commit 2f1a2b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
if: github.event.pull_request.head.repo.fork == false
name: Build sample game for AltTester 🛠️
runs-on: ubuntu-latest-8-cores
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -39,6 +39,8 @@ jobs:
- name: Open application
working-directory: sample/Builds/MacOS
run: |
pwd
ls -la
export RUN_IN_BROWSERSTACK="false"
export ALTSERVER_PORT=13005
export ALTSERVER_HOST="192.168.11.35"
Expand Down

0 comments on commit 2f1a2b8

Please sign in to comment.