mirror of https://github.com/dapr/quickstarts.git
removing podman-compose up
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
This commit is contained in:
parent
61f735c03e
commit
c4a9f4c55c
|
|
@ -51,6 +51,7 @@ jobs:
|
||||||
envFile: './.github/env/global.env'
|
envFile: './.github/env/global.env'
|
||||||
expand: 'true'
|
expand: 'true'
|
||||||
- name: Install podman - MacOS
|
- name: Install podman - MacOS
|
||||||
|
timeout-minutes: 15
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
run: |
|
run: |
|
||||||
sudo rm -rf `brew --cache`
|
sudo rm -rf `brew --cache`
|
||||||
|
|
@ -67,9 +68,9 @@ jobs:
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
run: |
|
run: |
|
||||||
sudo pip3 install podman-compose
|
sudo pip3 install podman-compose
|
||||||
pushd bindings/db
|
# pushd bindings/db
|
||||||
podman-compose up
|
# podman-compose up
|
||||||
popd
|
# popd
|
||||||
- name: Create symbolic link between Podman and Docker
|
- name: Create symbolic link between Podman and Docker
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue