Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
b4l committed Jun 13, 2022
1 parent 96bb1b9 commit be3577c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup compose
run: docker-compose up -d db db-migrations cli
run: docker-compose up -d db db-migrations minio createbuckets cli

- name: Format
run: docker exec -i ogcapi cargo fmt --all -- --check
Expand All @@ -30,4 +30,4 @@ jobs:
run: docker exec -i ogcapi cargo clippy -- -D warnings

- name: Test
run: docker exec -i ogcapi cargo test --workspace
run: docker exec -i ogcapi cargo test --workspace -- --skip edr
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cargo install sqlx-cli --no-default-features --features postgres,rustls

```bash
# Setup the database
docker compose up db db-migrations minio
docker compose up db db-migrations minio createbuckets

# Import administrative bounaries
cargo run -- import --input data/ne_110m_admin_0_countries.geojson --collection countries
Expand Down

0 comments on commit be3577c

Please sign in to comment.