Skip to content

Commit

Permalink
Fixed Java-version-check-script to support both Windows and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdeback committed May 24, 2024
1 parent 4190391 commit 6afd65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD_Main_Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Upload test results
uses: actions/upload-artifact@v4
with:
name: DevInt test results ${{ matrix.browser }} - ${{ github.run_id }}
name: DevInt test results ${{ matrix.os }} - ${{ matrix.browser }} - ${{ github.run_id }}
path: target/surefire-reports/

SIT:
Expand Down

0 comments on commit 6afd65f

Please sign in to comment.