Skip to content

Commit

Permalink
Switch to mac and install docker
Browse files Browse the repository at this point in the history
To be as close to the laptop environment as possible
  • Loading branch information
shankari committed Mar 10, 2024
1 parent b4fb099 commit 5d42259
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/e2etest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,18 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [macos-latest]

steps:
- name: Setup Docker on macOS using Colima, Lima-VM, and Homebrew.
uses: douglascamata/setup-docker-macos-action@v1-alpha # Uses an action in the root directory
id: docker-install
- name: Verify install
id: docker-verify
shell: bash
run: |
docker --version
docker compose --version
- name: Download and launch
id: curl-download-and-launch
shell: bash
Expand Down

0 comments on commit 5d42259

Please sign in to comment.