Skip to content

Commit

Permalink
Update artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
lcc3108 committed Jul 12, 2024
1 parent 13569fc commit ba21a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: grafana/plugin-actions/e2e-version@main
with:
version-resolver-type: plugin-grafana-dependency
skip-grafana-dev-image: false
skip-grafana-dev-image: true
playwright-tests:
needs: resolve-versions
timeout-minutes: 60
Expand Down Expand Up @@ -84,6 +84,6 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
name: playwright-report-${{ matrix.GRAFANA_IMAGE.VERSION }}
path: playwright-report/
retention-days: 30

0 comments on commit ba21a4e

Please sign in to comment.