Skip to content

Commit 147442c

Browse files
authored
Adjust install path for new repo name
1 parent 8c5df1a commit 147442c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/qatest.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ jobs:
4141
- os: windows
4242
runner: qa-windows-atlas
4343
artifact: Windows-installer
44-
install-path: 'C:\viewer-sikulix-main'
44+
install-path: 'C:\viewer-automation-main'
4545
- os: windows
4646
runner: qa-dan-asus
4747
artifact: Windows-installer
48-
install-path: 'C:\viewer-sikulix-main'
48+
install-path: 'C:\viewer-automation-main'
4949
# Commented out until mac runner is available
5050
# - os: mac
5151
# runner: qa-mac
5252
# artifact: Mac-installer
53-
# install-path: 'HOME/Documents/viewer-sikulix-main'
53+
# install-path: 'HOME/Documents/viewer-automation-main'
5454
fail-fast: false
5555

5656
runs-on: [self-hosted, "${{ matrix.runner }}"]
@@ -81,15 +81,15 @@ jobs:
8181
run: |
8282
Set-ExecutionPolicy RemoteSigned -Scope Process -Force
8383
84-
- name: Verify viewer-sikulix-main Exists (Windows)
84+
- name: Verify viewer-automation-main Exists (Windows)
8585
if: matrix.os == 'windows'
8686
shell: pwsh
8787
run: |
8888
if (-Not (Test-Path -Path '${{ matrix.install-path }}')) {
89-
Write-Host '❌ Error: viewer-sikulix not found on runner!'
89+
Write-Host '❌ Error: viewer-automation folder not found on runner!'
9090
exit 1
9191
}
92-
Write-Host '✅ viewer-sikulix is already available.'
92+
Write-Host '✅ viewer-automation folder is provided.'
9393
9494
- name: Fetch & Download Installer Artifact (Windows)
9595
if: matrix.os == 'windows'
@@ -225,15 +225,15 @@ jobs:
225225
echo "ARTIFACTS_URL=https://api.github.com/repos/secondlife/viewer/actions/runs/${{ github.event.workflow_run.id }}/artifacts" >> $GITHUB_ENV
226226
fi
227227
228-
- name: Verify viewer-sikulix-main Exists (Mac)
228+
- name: Verify viewer-automation-main Exists (Mac)
229229
if: matrix.os == 'mac'
230230
shell: bash
231231
run: |
232232
if [ ! -d "${{ matrix.install-path }}" ]; then
233-
echo "❌ Error: viewer-sikulix not found on runner!"
233+
echo "❌ Error: viewer-automation folder not found on runner!"
234234
exit 1
235235
fi
236-
echo "✅ viewer-sikulix is already available."
236+
echo "✅ viewer-automation is provided."
237237
238238
- name: Fetch & Download Installer Artifact (Mac)
239239
if: matrix.os == 'mac'

0 commit comments

Comments
 (0)