Skip to content

fix(macos): Trying to run the macos action again #91

fix(macos): Trying to run the macos action again

fix(macos): Trying to run the macos action again #91

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test-docker-desktop:
name: Test Docker Desktop installation and start
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13]
build-url: ["latest"]
#timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- name: Start Desktop
uses: ./start
timeout-minutes: 5
with:
docker-desktop-build-url: ${{ matrix.build-url }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Docker Desktop version
run: docker version >> $GITHUB_STEP_SUMMARY
- name: Docker Desktop info
run: docker info
- name: Gather Diagnostics
if: ${{ failure() }}
run: /Applications/Docker.app/Contents/MacOS/com.docker.diagnose check