We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f09290 commit 0db8858Copy full SHA for 0db8858
.github/workflows/integration-tests.yml renamed to .github/workflows/integration.yml
@@ -11,8 +11,10 @@ jobs:
11
12
strategy:
13
matrix:
14
- node-version: [12, 14, 16, 18]
15
- os: [linux, windows]
+ node-version: [18]
+ os: [linux]
16
+# node-version: [12, 14, 16, 18]
17
+# os: [linux, windows]
18
fail-fast: false
19
20
steps:
@@ -67,9 +69,12 @@ jobs:
67
69
68
70
71
- runtime: [python36, python37, python38]
72
+ runtime: [python38]
73
74
75
+# runtime: [python36, python37, python38]
76
77
78
79
80
0 commit comments