Skip to content

Commit 3b133fc

Browse files
committed
Minimal changes to support windows
1 parent a3832a5 commit 3b133fc

File tree

4 files changed

+1367
-978
lines changed

4 files changed

+1367
-978
lines changed

.github/workflows/main.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,21 @@
55
name: Build and test linkml-model
66

77
on:
8-
pull_request:
8+
push:
99
branches: [ main ]
10-
types: [ opened, synchronize, reopened ]
10+
pull_request:
11+
workflow_dispatch:
1112

1213
jobs:
1314
test:
14-
15-
runs-on: ubuntu-latest
1615
strategy:
16+
fail-fast: false
1717
matrix:
18+
os: [ubuntu-latest, windows-latest]
1819
python-version: ["3.9", "3.10"]
1920

21+
runs-on: ${{ matrix.os }}
22+
2023
steps:
2124

2225
#----------------------------------------------

0 commit comments

Comments
 (0)