Skip to content

Commit f49c08d

Browse files
committed
fix: ci tests
1 parent 573ccea commit f49c08d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
- name: Build docker image
8888
run: |
8989
IMAGE_NAME="us-east1-docker.pkg.dev/airport-ci-service/airport-ci-service/python-airport-test-server"
90+
rye build --wheel --clean
9091
docker build -t $IMAGE_NAME:latest -t $IMAGE_NAME:${{ github.sha }} .
9192
docker push $IMAGE_NAME:latest
9293
docker push $IMAGE_NAME:${{ github.sha }}

0 commit comments

Comments
 (0)