Skip to content

Commit

Permalink
Let's see if we can fix docker/for-mac#2359 by committing directly to…
Browse files Browse the repository at this point in the history
… main, sigh
  • Loading branch information
gwynne authored Oct 14, 2021
1 parent 111e946 commit b71544b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test-temp-deleteme.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b71544b

Please sign in to comment.