ci: fix the smoke test path for node 16

This commit is contained in:
Amin Yahyaabadi 2023-07-15 16:08:05 -07:00
parent 05e57f62b5
commit 91eb21c1a6
1 changed files with 3 additions and 3 deletions

View File

@ -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]') }}