Skip to content

Commit

Permalink
fix: github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kpoke committed May 18, 2023
1 parent 8cb6d5c commit 15df808
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/treetracker-api-build-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
- name: run ESLint
run: npm run lint
working-directory: ${{ env.project-directory }}
- name: run migrate
run: npm run migrate
working-directory: ${{ env.project-directory }}
env:
DATABASE_URL: postgresql://postgres:postgres@postgres/postgres
- name: run api tests
run: npm run test
working-directory: ${{ env.project-directory }}
Expand Down

0 comments on commit 15df808

Please sign in to comment.