fix: move if
This commit is contained in:
parent
8fa572a437
commit
9927855fdb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test_common.yml
vendored
2
.github/workflows/test_common.yml
vendored
|
|
@ -19,7 +19,6 @@ jobs:
|
||||||
uses: ./.github/workflows/get_docs_changes.yml
|
uses: ./.github/workflows/get_docs_changes.yml
|
||||||
|
|
||||||
install_docker:
|
install_docker:
|
||||||
if: runner.os == 'macOS'
|
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
|
|
@ -29,6 +28,7 @@ jobs:
|
||||||
open -a /Applications/Docker.app --args --unattended --accept-license
|
open -a /Applications/Docker.app --args --unattended --accept-license
|
||||||
echo "We are waiting for Docker to be up and running. It can take over 2 minutes..."
|
echo "We are waiting for Docker to be up and running. It can take over 2 minutes..."
|
||||||
while ! /Applications/Docker.app/Contents/Resources/bin/docker info &>/dev/null; do sleep 1; done
|
while ! /Applications/Docker.app/Contents/Resources/bin/docker info &>/dev/null; do sleep 1; done
|
||||||
|
if: runner.os == 'macOS'
|
||||||
|
|
||||||
setup_docker:
|
setup_docker:
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue