Skip to content

Commit

Permalink
comment out background server
Browse files Browse the repository at this point in the history
  • Loading branch information
sagely1 authored Dec 19, 2023
1 parent 5dd5281 commit 75cc2d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
cache: 'npm'
- run: npm ci
- run: APP_ENV=develop npm run ci:build:develop
- run: npm run dev &
# Background dev server
# - run: npm run dev &
- run: npm test

# - name: Configure AWS Credentials
Expand Down

0 comments on commit 75cc2d5

Please sign in to comment.