Skip to content

Commit

Permalink
fix: publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n9mi committed Sep 10, 2024
1 parent 2bb0047 commit a6298a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
with:
node-version: '20.x'

- name: Install project dependencies
run: npm ci

- name: Set up default port .env
run: echo "PORT=3000" >> .env

Expand All @@ -57,4 +60,4 @@ jobs:
run: npm run db-migrate

- name: Run test
run: npm run test
run: npm test

0 comments on commit a6298a7

Please sign in to comment.