mirror of https://github.com/aminya/setup-cpp
ci: only run the tests on Node 18
This commit is contained in:
parent
e767ab7a9a
commit
39419e1292
|
@ -64,7 +64,7 @@ jobs:
|
||||||
# uses: mxschmitt/action-tmate@v3
|
# uses: mxschmitt/action-tmate@v3
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
if: "${{ !contains(github.event.head_commit.message, '[skip test]') && !matrix.skip_test }}"
|
if: "${{ !contains(github.event.head_commit.message, '[skip test]') && contains(matrix.node, '18') }}"
|
||||||
run: |
|
run: |
|
||||||
pnpm run test
|
pnpm run test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue