Skip to content

Commit

Permalink
trying to run test on windows GHA runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ColemanRoo committed Jan 27, 2025
1 parent b21dbd4 commit 9d7e529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extension-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -30,6 +30,6 @@ jobs:
run: npm run compile

- name: Run tests
run: xvfb-run -a npm run test:extension
run: npm run test:extension


0 comments on commit 9d7e529

Please sign in to comment.