Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
SockworkOrange committed Jun 11, 2024
1 parent 971dbf0 commit a4d3c03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,14 @@ jobs:
- name: Setup Docker support via Colima on MacOS
if: runner.os == 'macOS'
run: |
set -x
brew install docker docker-compose colima
brew services start colima
echo 'export DOCKER_HOST=unix:///$HOME/.colima/docker.sock' >> ~/.bashrc
- name: Test generated code
run: |
set -x
source ~/.bashrc
docker-compose up -d
./scripts/run_tests.sh
Expand Down

0 comments on commit a4d3c03

Please sign in to comment.