Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Jul 30, 2024
1 parent 79017ec commit b2d9409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Migrate database
run: |
sudo apt-get install libpq-dev -y
cd api
SKIP_DOCKER=true ./scripts/init_db.sh
- name: Run api tests
run: |
cd api
cargo test
- name: Run non-api tests
run: |
Expand Down

0 comments on commit b2d9409

Please sign in to comment.