From b71544baf10fd3fce74a2fe5e0e6b4e864008626 Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Wed, 13 Oct 2021 21:20:49 -0500 Subject: [PATCH] Let's see if we can fix https://github.com/docker/for-mac/issues/2359 by committing directly to main, sigh --- .github/workflows/test-temp-deleteme.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/test-temp-deleteme.yml diff --git a/.github/workflows/test-temp-deleteme.yml b/.github/workflows/test-temp-deleteme.yml new file mode 100644 index 0000000..2eb7bcb --- /dev/null +++ b/.github/workflows/test-temp-deleteme.yml @@ -0,0 +1,13 @@ +name: temp_test_deleteme +on: + workflow_dispatch: +jobs: + testing123: + runs-on: macos-11 + steps: + - run: brew install --cask docker + - run: xattr -d -r com.apple.quarantine /Applications/Docker.app + - run: open -g /Applications/Docker.app --args --unattended --install-privileged-components --accept-license + - run: while ! docker system info &>/dev/null; do sleep 1; done + timeout-minutes: 5 + - run: docker system info