Skip to content

Commit 92a2720

Browse files
committed
fix test
1 parent 2d6b631 commit 92a2720

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ name: ci
22
on: [push, pull_request]
33
jobs:
44
test:
5-
strategy:
6-
fail-fast: false
7-
matrix:
8-
runs-on: [windows-latest, ubuntu-latest, macos-latest]
9-
runs-on: ${{ matrix.runs-on }}
5+
runs-on: windows-latest
106
steps:
117
- name: set test variable
128
uses: myci-actions/export-env-var-powershell@master

0 commit comments

Comments
 (0)