Skip to content

Commit

Permalink
chore(cicd): fix the release (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainmouquet authored Oct 20, 2024
1 parent 94d1097 commit 88c8fd5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ jobs:
run: uv venv --python 3.12
- run: make install
- run: make build
- run: make test
- run: |
source .venv/bin/activate
sudo echo "172.17.0.1 host.docker.internal" | sudo tee -a /etc/hosts
ping -c 2 host.docker.internal
make test
- name: mint API token
id: mint-token
run: |
Expand Down

0 comments on commit 88c8fd5

Please sign in to comment.