Skip to content

Commit

Permalink
try to use windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
conlacda committed May 1, 2024
1 parent 976415c commit 5ddef82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# 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.
runs-on: self-hosted
runs-on: windows-latest
env:
ATCODER_USERNAME: ${{ secrets.ATCODER_USERNAME }}
ATCODER_PASSWORD: ${{ secrets.ATCODER_PASSWORD }}
Expand Down

0 comments on commit 5ddef82

Please sign in to comment.