Skip to content

Commit

Permalink
Update full-stack-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jipsonminibhavan authored Jan 25, 2024
1 parent 8725b4e commit d336bdc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/full-stack-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,19 @@ jobs:
cd backend
npm install
- name: Initialize Database
run: |
cd backend
node initialize.ts
- name: Build Backend
run: |
cd backend
npm run build
- name: Initialize Database
run: |
cd backend
npm run initialize-db
- name: Start API
run: |
cd backend
npm start

0 comments on commit d336bdc

Please sign in to comment.