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