Skip to content

Commit

Permalink
Update CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
isiko committed May 30, 2024
1 parent 18147eb commit 738f4d7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Apply Database Migrations
run: |
for migration in $(find ./foodlib/migrations/ -type f | sort)
do
psql -p 5432 -h 127.0.0.1 -U postgres --no-password -f $migration food_calc_testing
done
run: cd foodlib && sqlx migrate run && cd ..
- name: Install NPM Dependencies
run: cd backend && npm install && cd ..
- name: Install Tectonic Dependencies
Expand Down

0 comments on commit 738f4d7

Please sign in to comment.