We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ecb06 commit 1db514cCopy full SHA for 1db514c
.github/workflows/test.yml
@@ -73,24 +73,3 @@ jobs:
73
run: pnpm unit
74
env:
75
FORCE_COLOR: 2
76
- windows:
77
- runs-on: windows-latest
78
- name: Windows Quick
79
- steps:
80
- - name: Checkout the repository
81
- uses: actions/checkout@v2
82
- - name: Install pnpm
83
- uses: pnpm/action-setup@v2
84
- with:
85
- version: latest
86
- - name: Install Node.js LTS
87
- uses: actions/setup-node@v2
88
89
- node-version: 16
90
- cache: pnpm
91
- - name: Install dependencies
92
- run: pnpm install --frozen-lockfile --ignore-scripts
93
- - name: Run unit tests
94
- run: pnpm unit
95
- env:
96
- FORCE_COLOR: 2
0 commit comments