From 6afd65fa9aee06380ce7b0ca9f252369e772ea8e Mon Sep 17 00:00:00 2001 From: Moonbeam69 Date: Fri, 24 May 2024 14:00:50 +0100 Subject: [PATCH] Fixed Java-version-check-script to support both Windows and Linux --- .github/workflows/CICD_Main_Pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD_Main_Pipeline.yml b/.github/workflows/CICD_Main_Pipeline.yml index a4cc646..6063e72 100644 --- a/.github/workflows/CICD_Main_Pipeline.yml +++ b/.github/workflows/CICD_Main_Pipeline.yml @@ -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: