Skip to content

Commit f447f6c

Browse files
committed
fixup! ci: add an AutoHotKey-based integration test
1 parent 09d683d commit f447f6c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ui-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,10 @@ jobs:
6666
path: ${{ runner.temp }}/ahk.zip
6767
- name: Install AutoHotKey2
6868
shell: bash
69-
working-directory: ${{ runner.temp }}
7069
run: |
71-
mkdir -p ahk &&
72-
"$WINDIR/system32/tar.exe" -C ahk -xf "$RUNNER_TEMP/ahk.zip" &&
73-
cygpath -aw "ahk" >>$GITHUB_PATH
70+
mkdir -p "$RUNNER_TEMP/ahk" &&
71+
"$WINDIR/system32/tar.exe" -C "$RUNNER_TEMP/ahk" -xf "$RUNNER_TEMP/ahk.zip" &&
72+
cygpath -aw "$RUNNER_TEMP/ahk" >>$GITHUB_PATH
7473
- uses: actions/setup-node@v4 # the hook uses node for the background process
7574

7675
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)