mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
fix
This commit is contained in:
parent
46715e7889
commit
5fdedff37f
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ runs:
|
||||||
uses: ./.github/actions/setup-vllm
|
uses: ./.github/actions/setup-vllm
|
||||||
|
|
||||||
- name: Start Postgres service
|
- name: Start Postgres service
|
||||||
if: ${{ inputs.setup == 'postgres' }}
|
if: ${{ contains(inputs.setup, 'postgres') }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sudo docker rm -f postgres-ci || true
|
sudo docker rm -f postgres-ci || true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue