Skip to content

Commit ad3a126

Browse files
committed
ci: only run docker test during node 12 run
1 parent c888267 commit ad3a126

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
DEBUG: openapi-cop:*
4444
CI: true
4545

46-
- name: Test Docker image
46+
- if: startsWith(matrix.node-version, '12')
47+
name: Test Docker image
4748
run: npm test:docker
4849
env:
4950
DEBUG: openapi-cop:*

0 commit comments

Comments
 (0)