From 4dfa925c4f064f4707444c9e00b6de3b8cf00888 Mon Sep 17 00:00:00 2001 From: Arnaud Ferrand Date: Tue, 9 Apr 2024 19:20:46 +0200 Subject: [PATCH] run only build as there is prebuild build and pre test --- .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 42559ca..e6900f9 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,9 +26,9 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci - - run: npm test - env: - OPENCAGE_API_KEY: ${{ secrets.OPENCAGE_API_KEY }} + # - run: npm test + # env: + # OPENCAGE_API_KEY: ${{ secrets.OPENCAGE_API_KEY }} - run: npm run build --if-present env: OPENCAGE_API_KEY: ${{ secrets.OPENCAGE_API_KEY }}