Skip to content

Commit

Permalink
Update ci test workflow for python
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentS committed Oct 10, 2023
1 parent a6f002f commit 61f0310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
poetry run isort --check .
api_build:
name: build api
name: build and test api
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -215,6 +215,6 @@ jobs:
chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
docker compose version
- name: Build containers
run: cd api && docker compose build api
run: cd api && make build
- name: Run tests
run: cd api && make api-test

0 comments on commit 61f0310

Please sign in to comment.