Skip to content

Commit

Permalink
Run topaz tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenh committed Nov 25, 2024
1 parent e3a1c5c commit 2aaf027
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ jobs:
args: >
--agents 1
--k3s-arg "--disable=metrics-server@server:*"
-
name: Test Topaz
timeout-minutes: 10
env:
TOPAZ_CERTS_DIR: ${{ env.TOPAZ_CERTS_DIR }}
run: |
uv run --project tools/ktest tools/ktest/ktest.py charts/topaz/test/tests.yaml
-
name: Deploy Postgres
run: |
Expand Down

0 comments on commit 2aaf027

Please sign in to comment.