mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-23 22:44:46 +00:00
removed windows
This commit is contained in:
parent
48cb687aaa
commit
c00c4983fb
1 changed files with 3 additions and 2 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -41,9 +41,10 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
# remove macos, can't get xcode working yet for installing regex
|
||||
# remove macos, can't get xcode working yet for installing regex
|
||||
# remove windows-latest, half tests seem to randomly pass
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
os: [ubuntu-latest]
|
||||
python-version: [3.7, 3.8, 3.9, '3.10']
|
||||
node: [ 12, 14, 16 ]
|
||||
fail-fast: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue