Skip to content

Commit 0db8858

Browse files
committed
testing integration tests
1 parent 2f09290 commit 0db8858

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/integration-tests.yml renamed to .github/workflows/integration.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [12, 14, 16, 18]
15-
os: [linux, windows]
14+
node-version: [18]
15+
os: [linux]
16+
# node-version: [12, 14, 16, 18]
17+
# os: [linux, windows]
1618
fail-fast: false
1719

1820
steps:
@@ -67,9 +69,12 @@ jobs:
6769

6870
strategy:
6971
matrix:
70-
runtime: [python36, python37, python38]
71-
node-version: [12, 14, 16, 18]
72-
os: [linux, windows]
72+
runtime: [python38]
73+
node-version: [18]
74+
os: [linux]
75+
# runtime: [python36, python37, python38]
76+
# node-version: [12, 14, 16, 18]
77+
# os: [linux, windows]
7378
fail-fast: false
7479

7580
steps:

0 commit comments

Comments
 (0)