Skip to content

Commit

Permalink
scheduled workflow for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Liora Milbaum <[email protected]>
  • Loading branch information
lmilbaum committed Apr 2, 2024
1 parent 3396290 commit bd5475c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/model_servers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:

- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.11'

- name: Install python dependencies
working-directory: ./model_servers/llamacpp_python/
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/testing-framework.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Testing Framework

on:
schedule: # schedule the job to run at 12 AM daily
- cron: '0 0 * * *'

env:
REGISTRY: ghcr.io

jobs:
build-and-push-image:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]

- uses: hashicorp/[email protected]
with:
terraform_version: "1.7.5"

0 comments on commit bd5475c

Please sign in to comment.