Skip to content

Commit c46c1c8

Browse files
committed
fix:testeTres
1 parent a4383ad commit c46c1c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- name: Install Playwright Browsers
2626
run: npx playwright install --with-deps
2727

28-
-name: Run playwright tests
28+
- name: Run Playwright tests
2929
env:
3030
GOREST_BASE_URL: ${{ secrets.GOREST_BASE_URL }}
3131
GOREST_TOKEN: ${{ secrets.GOREST_TOKEN }}
3232
run: npx playwright test
33-
33+
3434
- name: Upload Test Report
3535
uses: actions/upload-artifact@v4
3636
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)