mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-13 07:57:08 +00:00
Disabled windows from OS matrix as its unstable right now
This commit is contained in:
parent
592e35c615
commit
649f2ec0ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
os: [macos-latest, /*windows-latest*/, ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
|
|
Loading…
Reference in a new issue