removing podman-compose up

Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
This commit is contained in:
MD Ashique 2023-03-14 17:34:20 +05:30
parent 61f735c03e
commit c4a9f4c55c
1 changed files with 4 additions and 3 deletions

View File

@ -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: |