Skip to content

Commit

Permalink
run only build as there is prebuild build and pre test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsamaya committed Apr 9, 2024
1 parent 4a93186 commit 4dfa925
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4dfa925

Please sign in to comment.