diff --git a/.github/workflows/core-integration-test.yml b/.github/workflows/core-integration-test.yml index e6d592638a..c6b1f6b8a1 100644 --- a/.github/workflows/core-integration-test.yml +++ b/.github/workflows/core-integration-test.yml @@ -76,7 +76,7 @@ jobs: GRADLE_OPTS: -Dorg.gradle.daemon=false - name: Allure Report - uses: firebolt-db/action-allure-report@v1 + uses: firebolt-db/action-allure-report@v2 if: always() && runner.os == 'Linux' # Needed in order to report failed tests with: github-key: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/integration-test-v1.yml b/.github/workflows/integration-test-v1.yml index a77375dd1e..bd306e1435 100644 --- a/.github/workflows/integration-test-v1.yml +++ b/.github/workflows/integration-test-v1.yml @@ -135,7 +135,7 @@ jobs: run: ./gradlew integrationTest -Ddb="${{ steps.find-database-name.outputs.database_name }}" -Dapi="api.staging.firebolt.io" -Dpassword="${{ secrets.FIREBOLT_STG_PASSWORD }}" -Duser="${{ secrets.FIREBOLT_STG_USERNAME }}" -Dengine="${{ steps.find-engine-name.outputs.engine_name }}" -DincludeTags="v1" -Dv1GenerateSeriesMaxSize="${{ vars.V1_GENERATE_SERIES_MAX_SIZE }}" - name: Allure Report - uses: firebolt-db/action-allure-report@v1 + uses: firebolt-db/action-allure-report@v2 if: always() && runner.os == 'Linux' && inputs.java_version != '11' # Skip Allure on Java 11 continue-on-error: true # FIR-48984 with: diff --git a/.github/workflows/integration-test-v2.yml b/.github/workflows/integration-test-v2.yml index 100885f986..18daaf1831 100644 --- a/.github/workflows/integration-test-v2.yml +++ b/.github/workflows/integration-test-v2.yml @@ -186,7 +186,7 @@ jobs: Get-ChildItem -Path . -Recurse -Include hs_err_pid*.log,replay_pid*.log -ErrorAction SilentlyContinue | Copy-Item -Destination build\ci-logs -ErrorAction SilentlyContinue - name: Allure Report - uses: firebolt-db/action-allure-report@v1 + uses: firebolt-db/action-allure-report@v2 if: always() && runner.os == 'Linux' && inputs.java_version != '11' # Skip Allure on Java 11 continue-on-error: true # FIR-48984 with: