From 5fbe862f2101c13cca4e8b1176782cfbb0667998 Mon Sep 17 00:00:00 2001 From: Christophe CAMENSULI Date: Thu, 13 Jun 2024 15:27:43 +0200 Subject: [PATCH] ci: github action add bin nodefony path --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 9b68a21..48eba67 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -27,7 +27,7 @@ jobs: cache: "npm" - run: npm ci --force - run: npm run build --if-present - - run: npx nodefony prod + - run: ./src/nodefony/bin/nodefony prod - run: npm test build-osx: @@ -47,7 +47,7 @@ jobs: cache: "npm" - run: npm ci --force - run: npm run build --if-present - - run: npx nodefony prod + - run: ./src/nodefony/bin/nodefony prod - run: npm test build-windows: @@ -68,5 +68,5 @@ jobs: - run: npm cache clean --force - run: npm ci --force - run: npm run build --if-present - - run: npx nodefony prod + - run: ./src/nodefony/bin/nodefony prod - run: npm test