Skip to content

Commit

Permalink
Fix CLI Part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
isiko committed May 30, 2024
1 parent 738f4d7 commit 92dbc48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,18 @@ jobs:
--health-retries 5
steps:
- uses: actions/checkout@v3

- name: Install SQLX
run: cargo install sqlx-cli
- name: Apply Database Migrations
run: cd foodlib && sqlx migrate run && cd ..

- name: Install NPM Dependencies
run: cd backend && npm install && cd ..

- name: Install Tectonic Dependencies
run: sudo apt install libgraphite2-dev

- name: Run tests
run: cargo test --all
deploy:
Expand Down

0 comments on commit 92dbc48

Please sign in to comment.