test action

This commit is contained in:
Hardik Shah 2025-01-15 18:09:17 -08:00
parent dda20473c5
commit e7b7dea6ed

View file

@ -12,17 +12,17 @@ on:
# - cron: "0 0 * * *" # Run every day at midnight # - cron: "0 0 * * *" # Run every day at midnight
jobs: jobs:
# trigger-client-and-models-build: trigger-client-and-models-build:
# name: Trigger llama-stack-client and llama-models build name: Trigger llama-stack-client and llama-models build
# runs-on: ubuntu-latest runs-on: ubuntu-latest
# outputs: # outputs:
# version: ${{ steps.version.outputs.version }} # version: ${{ steps.version.outputs.version }}
# client_run_id: ${{ steps.trigger-client.outputs.workflow_id }} # client_run_id: ${{ steps.trigger-client.outputs.workflow_id }}
# model_run_id: ${{ steps.trigger-models.outputs.workflow_id }} # model_run_id: ${{ steps.trigger-models.outputs.workflow_id }}
# steps: steps:
# - uses: actions/checkout@v4 - uses: actions/checkout@v4
# with: with:
# persist-credentials: false persist-credentials: false
# - name: Get date # - name: Get date
# id: date # id: date
# run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT # run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
@ -196,9 +196,9 @@ jobs:
test-published-package: test-published-package:
name: Test published package name: Test published package
# needs: needs:
# - publish-to-testpypi # - publish-to-testpypi
# - trigger-client-and-models-build - trigger-client-and-models-build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install the package - name: Install the package