From 88ca31bca069f467407dc3f674231dae84fa972c Mon Sep 17 00:00:00 2001 From: muellerfluri Date: Thu, 12 Sep 2024 12:23:11 +0200 Subject: [PATCH] test(citrus-simulator-ui): change order of jobs --- .github/workflows/frontend.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 8a73f7a7..7de5630b 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -80,13 +80,13 @@ jobs: run: npm run e2e working-directory: simulator-ui - uses: actions/upload-artifact@v4 - if: ${{ !cancelled() }} with: - name: playwright-report - path: playwright-report/ + name: test-results + path: test-results/ retention-days: 30 - uses: actions/upload-artifact@v4 + if: ${{ !cancelled() }} with: - name: test-results - path: test-results/ + name: playwright-report + path: playwright-report/ retention-days: 30