diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 115b5e9b87..9c127b9e10 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -81,11 +81,13 @@ jobs: - name: Run Integration Tests run: mage dagger:run "test:integration ${{ matrix.test }}" + - run: echo "INTEGRATION_TEST_NAME=${{ matrix.test }}" | tr '/' '-' >> $GITHUB_ENV + - name: Upload Flipt Service Logs uses: actions/upload-artifact@v4 if: ${{ always() }} with: - name: "build-logs-${{ matrix.test.replace('/', '-') }}" + name: "build-logs-${{ env.INTEGRATION_TEST_NAME }}" path: "build/logs" retention-days: 5