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

View File

@ -25,7 +25,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [desktop-windows, desktop-macos, desktop-m1] os: [desktop-windows, macos-latest]
# mode: [plugin, standalone] # mode: [plugin, standalone]
mode: [plugin] mode: [plugin]
env: env:
@ -39,6 +39,10 @@ jobs:
cache: true cache: true
check-latest: 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 - name: List Docker resources on machine
run: | run: |
docker ps --all docker ps --all