Skip to content

Commit

Permalink
rename job and artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed Feb 6, 2024
1 parent c1c5514 commit 3b59007
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/z_uitesting_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
# outputs:
# matrix: ${{ steps.set-matrix.outputs.matrix }}

run_tests:
name: run_tests
ui_tests:
name: ui_tests
runs-on: self-hosted
permissions:
contents: read
Expand Down Expand Up @@ -134,10 +134,10 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-test-results
name: playwright-results-${{ inputs.resource_group }}
path: test-results/
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
name: playwright-report-${{ inputs.resource_group }}
path: playwright-report/

0 comments on commit 3b59007

Please sign in to comment.