From 96f55a5e49b87773be2cebee32a38f7187b399e0 Mon Sep 17 00:00:00 2001 From: Laurent Senta Date: Wed, 5 Jul 2023 18:08:20 +0200 Subject: [PATCH] ci: generate fixtures --- .github/workflows/test-prod-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-prod-e2e.yml b/.github/workflows/test-prod-e2e.yml index d619db361..e417f101a 100644 --- a/.github/workflows/test-prod-e2e.yml +++ b/.github/workflows/test-prod-e2e.yml @@ -99,5 +99,5 @@ jobs: if: (failure() || success()) uses: actions/upload-artifact@v3 with: - name: conformance.html + name: conformance-${{ matrix.target }}.html path: ./output.html