Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja authored Jan 21, 2025
1 parent 1f64dd9 commit 789057a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,12 +313,12 @@ jobs:
java-version: '21'
- shell: pwsh
run: |
$output = "D:\a\Ocaramba\Ocaramba\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net8.0\${{ $env:seleniumGridVersion }}"
Invoke-WebRequest -Uri "${{ $env:seleniumGridUrl }}" -OutFile "$($output)"
$output = "D:\a\Ocaramba\Ocaramba\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net8.0\$env:seleniumGridVersion"
Invoke-WebRequest -Uri "$env:seleniumGridUrl" -OutFile "$($output)"
- name: Run JAR file in background
uses: JarvusInnovations/[email protected]
with:
run: java -jar D:\a\Ocaramba\Ocaramba\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net8.0\${{ $env:seleniumGridVersion }} hub &
run: java -jar D:\a\Ocaramba\Ocaramba\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net8.0\$env:seleniumGridVersion hub &
wait-on: http://localhost:4444
wait-for: 1m
tail: true
Expand All @@ -327,7 +327,7 @@ jobs:
- name: Run JAR file in background
uses: JarvusInnovations/[email protected]
with:
run: java -jar D:\a\Ocaramba\Ocaramba\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net8.0\${{ $env:seleniumGridVersion }} node --hub http://localhost:4444 &
run: java -jar D:\a\Ocaramba\Ocaramba\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net8.0\$env:seleniumGridVersion node --hub http://localhost:4444 &
tail: true
log-output: stderr,stdout
log-output-if: failure
Expand Down

0 comments on commit 789057a

Please sign in to comment.