1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00

Run e2e test on macos hosted runners

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
Stefan Scherer 2023-08-23 12:10:46 +02:00
parent d6f842b042
commit e54c80f31e
No known key found for this signature in database
GPG Key ID: A3CBE0C3D2861635

@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [desktop-windows, desktop-macos, desktop-m1]
os: [desktop-windows, macos-latest]
# mode: [plugin, standalone]
mode: [plugin]
env:
@ -39,6 +39,10 @@ jobs:
cache: true
check-latest: true
- name: Install and start Docker Desktop
uses: docker/desktop-action/start@v0.1.0
if: ${{ matrix.os == 'macos-latest' }}
- name: List Docker resources on machine
run: |
docker ps --all