mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
test action
This commit is contained in:
parent
dda20473c5
commit
e7b7dea6ed
1 changed files with 9 additions and 9 deletions
18
.github/workflows/publish-to-test-pypi.yml
vendored
18
.github/workflows/publish-to-test-pypi.yml
vendored
|
@ -12,17 +12,17 @@ on:
|
|||
# - cron: "0 0 * * *" # Run every day at midnight
|
||||
|
||||
jobs:
|
||||
# trigger-client-and-models-build:
|
||||
# name: Trigger llama-stack-client and llama-models build
|
||||
# runs-on: ubuntu-latest
|
||||
trigger-client-and-models-build:
|
||||
name: Trigger llama-stack-client and llama-models build
|
||||
runs-on: ubuntu-latest
|
||||
# outputs:
|
||||
# version: ${{ steps.version.outputs.version }}
|
||||
# client_run_id: ${{ steps.trigger-client.outputs.workflow_id }}
|
||||
# model_run_id: ${{ steps.trigger-models.outputs.workflow_id }}
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
# with:
|
||||
# persist-credentials: false
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
# - name: Get date
|
||||
# id: date
|
||||
# run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
|
||||
|
@ -196,9 +196,9 @@ jobs:
|
|||
|
||||
test-published-package:
|
||||
name: Test published package
|
||||
# needs:
|
||||
needs:
|
||||
# - publish-to-testpypi
|
||||
# - trigger-client-and-models-build
|
||||
- trigger-client-and-models-build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install the package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue