Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
decadez authored Jul 10, 2024
1 parent 003ecf2 commit 623e472
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 @@ -11,7 +11,9 @@ on:

jobs:
build:

defaults:
run:
working-directory: ./website-main/
runs-on: ubuntu-latest

strategy:
Expand All @@ -28,10 +30,8 @@ jobs:
cache: 'npm'
- name: Install dependencies and build it
run: |
cd website-main
npm ci
npm run build --if-present
- name: Run tests
run: |
cd website-main
npm test

0 comments on commit 623e472

Please sign in to comment.