Skip to content

Commit

Permalink
chore: e2e run with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Jul 5, 2023
1 parent b019bb7 commit 4cff87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
strategy:
matrix:
version: [16, 18]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 4cff87c

Please sign in to comment.