Skip to content

Commit

Permalink
Update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mkusztal committed Jan 10, 2024
1 parent 5d2df0a commit f404295
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,14 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"

- name: Install Dependencies
run: npm install --prefix client
- name: Install packages
run: npm install nodemon eslint --force

# - name: Test Client
# run: npm test --prefix client

- name: Build Server
run: npm run build
run: npm run build -if-present

- name: Test Server
run: npm test

- name: Start Server
run: npm start

0 comments on commit f404295

Please sign in to comment.