Skip to content

Commit

Permalink
ci: Switch python tests to use public release image
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-mman committed Jan 20, 2025
1 parent 282d61c commit 305556f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Build svix server image
run: docker compose build
- name: Pull svix server image (and dependencies)
run: docker compose pull
working-directory: ./server

- uses: actions/setup-python@v5
Expand Down

0 comments on commit 305556f

Please sign in to comment.