Skip to content

Commit

Permalink
Update Install and Dorny versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-M-Johnson committed Nov 6, 2024
1 parent 42a12cb commit 3adf0d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TestExecute Simple Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: windows-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Job Startup
run: |
echo "Starting job [Event=${{ github.event_name }}]"
Expand All @@ -40,7 +40,7 @@ jobs:
run: .\test-runner.bat ${{ secrets.TEST_EXECUTE_ACCESS_KEY }} ${{ inputs.project || 'Web' }}
shell: cmd
- name: JUnit Report from TestExecute
uses: dorny/test-reporter@v1.6.0
uses: dorny/test-reporter@v1.9.1
if: always()
with:
name: TestComplete JUnit Report
Expand Down

0 comments on commit 3adf0d6

Please sign in to comment.