Skip to content

Commit

Permalink
new yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalo-diamend committed Jul 4, 2024
1 parent f05a073 commit d5954b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:
inputs:
fileType:
description: 'Tipo de pagina a ejecutar'
description: 'Tipo de archivo a ejecutar'
required: true
default: 'all'
type: choice
Expand Down Expand Up @@ -41,8 +41,9 @@ jobs:
npx playwright test --project=chromium
else
npx playwright test tests/${{ github.event.inputs.fileType }}.spec.js --project=chromium
fi
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
path: playwright-report/

0 comments on commit d5954b1

Please sign in to comment.