This commit is contained in:
Ashwin Bharambe 2025-11-10 15:28:43 -08:00
parent 46715e7889
commit 5fdedff37f

View file

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