Skip to content

Update README.md

Update README.md #38

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: [ ubuntu22_16cores_64gb ] #, macos-latest ]
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- name: Start Desktop
uses: ./start
timeout-minutes: 5
- name: Docker Desktop info
run: docker info
- name: Gather Diagnostics
if: ${{ failure() }}
run: /opt/docker-desktop/bin/com.docker.diagnose gather -upload