mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-11 19:56:03 +00:00
fix
This commit is contained in:
parent
e3765a6cea
commit
fa11791c32
1 changed files with 1 additions and 0 deletions
1
.github/workflows/backward-compat.yml
vendored
1
.github/workflows/backward-compat.yml
vendored
|
|
@ -284,6 +284,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run integration tests with release config
|
- name: Run integration tests with release config
|
||||||
if: steps.get_release.outputs.has_release == 'true' && steps.extract_config.outputs.has_config == 'true'
|
if: steps.get_release.outputs.has_release == 'true' && steps.extract_config.outputs.has_config == 'true'
|
||||||
|
continue-on-error: true
|
||||||
uses: ./.github/actions/run-and-record-tests
|
uses: ./.github/actions/run-and-record-tests
|
||||||
with:
|
with:
|
||||||
stack-config: /tmp/release-ci-tests-run.yaml
|
stack-config: /tmp/release-ci-tests-run.yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue