Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
conlacda authored May 1, 2024
1 parent 976415c commit d2008a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ jobs:
test:
timeout-minutes: 60
# https://playwright.dev/docs/chrome-extensions
# By default, Chrome's headless mode in Playwright does not support Chrome extensions
# To run UI on GitHub action, we need some configurations
# So self-hosted is the easiest way to run github action.
# By default, Chrome's headless mode in Playwright does not support Chrome extension.
# self-hosted is the easiest way to run github action.
runs-on: self-hosted
env:
ATCODER_USERNAME: ${{ secrets.ATCODER_USERNAME }}
Expand Down

0 comments on commit d2008a8

Please sign in to comment.