Skip to content

Commit

Permalink
chore: test_python_service_imports.sh is included in the CI pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztián Varga <krisztian.varga@tngtech.com>
  • Loading branch information
vktng committed Apr 21, 2022
1 parent a3a1f54 commit 417ca6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,15 @@ jobs:
run: |
cd /workspaces/magma
bazel run //:check_starlark_format
- name: Test python services for missing modules
uses: addnab/docker-run-action@v3
with:
image: ${{ env.DEVCONTAINER_IMAGE }}
# TODO: Remove work-around mount of Github workspace to /magma (https://github.com/addnab/docker-run-action/issues/11)
options: -v ${{ github.workspace }}:/workspaces/magma/
run: |
cd /workspaces/magma
bazel/scripts/test_python_service_imports.sh
- name: Build space left after run
shell: bash
run: |
Expand Down

0 comments on commit 417ca6e

Please sign in to comment.