Skip to content

Commit

Permalink
Pre-pull the images in the CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipleblanc committed Aug 21, 2024
1 parent 5e54dee commit 87f50e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,10 @@ jobs:

- uses: dtolnay/rust-toolchain@stable

- name: Pull the Postgres/MySQL images
run: |
docker pull ${{ env.PG_DOCKER_IMAGE }}
docker pull ${{ env.MYSQL_DOCKER_IMAGE }}
- name: Run integration test
run: make test-integration

0 comments on commit 87f50e8

Please sign in to comment.