mirror of
https://github.com/kristoferssolo/zero2prod.git
synced 2026-02-04 06:42:07 +00:00
feat(docker): add docker support
This commit is contained in:
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@@ -29,6 +29,8 @@ jobs:
|
||||
run: sudo apt-get update && sudo apt-get install -y postgresql-client
|
||||
- name: Migrate database
|
||||
run: SKIP_DOCKER=true ./scripts/init_db
|
||||
- name: Check sqlx-data.json is up to date
|
||||
run: cargo sqlx prepare --workspace --check
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
fmt:
|
||||
|
||||
Reference in New Issue
Block a user