mirror of https://github.com/aminya/setup-cpp
ci: fix the smoke test path for node 16
This commit is contained in:
parent
05e57f62b5
commit
91eb21c1a6
|
@ -94,7 +94,7 @@ jobs:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
- name: Smoke Test Node 16
|
- name: Smoke Test Node 16
|
||||||
run: |
|
run: |
|
||||||
node ./dist/node16/setup-cpp.js --help
|
node ./dist/actions/setup-cpp.js --help
|
||||||
|
|
||||||
Release:
|
Release:
|
||||||
needs: Test
|
needs: Test
|
||||||
|
@ -122,8 +122,8 @@ jobs:
|
||||||
./dist/legacy/setup-cpp.js
|
./dist/legacy/setup-cpp.js
|
||||||
./dist/legacy/setup-cpp.js.map
|
./dist/legacy/setup-cpp.js.map
|
||||||
./dist/legacy/
|
./dist/legacy/
|
||||||
./dist/node16/
|
./dist/actions/
|
||||||
./dist/node20/
|
./dist/modern/
|
||||||
|
|
||||||
Docker:
|
Docker:
|
||||||
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip test]') }}
|
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip test]') }}
|
||||||
|
|
Loading…
Reference in New Issue