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'
|
||||
expand: 'true'
|
||||
- name: Install podman - MacOS
|
||||
timeout-minutes: 15
|
||||
if: matrix.os == 'macos-latest'
|
||||
run: |
|
||||
sudo rm -rf `brew --cache`
|
||||
|
|
@ -67,9 +68,9 @@ jobs:
|
|||
if: matrix.os == 'macos-latest'
|
||||
run: |
|
||||
sudo pip3 install podman-compose
|
||||
pushd bindings/db
|
||||
podman-compose up
|
||||
popd
|
||||
# pushd bindings/db
|
||||
# podman-compose up
|
||||
# popd
|
||||
- name: Create symbolic link between Podman and Docker
|
||||
if: matrix.os == 'macos-latest'
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue