Skip to content

Commit

Permalink
Merge pull request #654 from gefyrahq/replace-colima
Browse files Browse the repository at this point in the history
chore: try to replace colima for miniikube test
  • Loading branch information
SteinRobert committed Jun 26, 2024
2 parents 2d49aee + e47d735 commit b76ab8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ jobs:
# https://github.com/opensafely-core/job-server/issues/3429
- run: brew install docker
if: ${{ matrix.os == 'macos-12' }}
- run: colima start --memory 8
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
if: ${{ matrix.os == 'macos-12' }}
- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit b76ab8a

Please sign in to comment.