mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
re-enable windows
This commit is contained in:
parent
5ed18b5f1b
commit
20dd6f9780
1 changed files with 3 additions and 3 deletions
6
.github/workflows/nodejs.yml
vendored
6
.github/workflows/nodejs.yml
vendored
|
|
@ -16,10 +16,10 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
#TODO re-enable this:
|
||||||
#TODO re-enable these:
|
|
||||||
#- macos-latest
|
#- macos-latest
|
||||||
#- windows-latest
|
- ubuntu-latest
|
||||||
|
- windows-latest
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue