Skip to content

Commit

Permalink
test(citrus-simulator-ui): change order of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerfluri committed Sep 12, 2024
1 parent 2dcbe47 commit 88ca31b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 88ca31b

Please sign in to comment.