Skip to content

Commit

Permalink
fix action key
Browse files Browse the repository at this point in the history
  • Loading branch information
peccu committed Jan 4, 2024
1 parent 7692831 commit 79cc3c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
# Playwright Tests
# output report
# need to preview with npx playwright show-report name-of-my-extracted-playwright-report
html_report:
name: 'Playwright Tests : report to html'
on_ubuntu:
name: 'Playwright Tests : runs on ubuntu'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand All @@ -62,7 +62,7 @@ jobs:

# output to HTML
# use container
github_report:
html_report:
name: 'Playwright Tests : running on playwright container and report to html'
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 79cc3c2

Please sign in to comment.