Skip to content

Commit

Permalink
chore: call make install before docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaakola-aiven committed Sep 26, 2024
1 parent a5e1855 commit 58e0ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
!src
!requirements/*.txt
!README.rst
!LICENSE
!pyproject.toml
!container/start.sh
!container/healthcheck.py
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/container-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
fetch-depth: 0

- name: Install requirements
run: |
python -m venv venv
source ./venv/bin/activate
pip install .
run: make install

- name: Resolve Karapace version
run: |
Expand Down

0 comments on commit 58e0ff9

Please sign in to comment.