Skip to content

Commit

Permalink
Change logfile dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevazhnovu committed Sep 6, 2024
1 parent f6edc25 commit f8dd0b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: UI tests
on: [pull_request]

env:
LOGS_DIR: ~/logs

jobs:
Test:
runs-on: macos-13
Expand Down Expand Up @@ -45,7 +42,7 @@ jobs:
hdiutil attach AltTesterDesktop__v2.1.2.dmg
cp -R /Volumes/AltTesterDesktop/AltTesterDesktop.app /Applications
cd /Applications
AltTesterDesktop.app/Contents/MacOS/AltTester\ Desktop -port 13000 -logfile $LOGS_DIR/altTesterLog.txt &>/dev/null &
AltTesterDesktop.app/Contents/MacOS/AltTester\ Desktop -port 13000 -logfile ~/logs/altTesterLog.txt &>/dev/null &
popd
- name: Gradle cache
uses: gradle/actions/setup-gradle@v3
Expand Down

0 comments on commit f8dd0b4

Please sign in to comment.