diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc565a1..74f9c1c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -90,14 +90,6 @@ jobs: TOPAZ_CERTS_DIR: ${{ env.TOPAZ_CERTS_DIR }} run: | uv run --project tools/ktest tools/ktest/ktest.py charts/topaz/test/tests.yaml - - - name: Test Discovery - timeout-minutes: 10 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - TOPAZ_CERTS_DIR: ${{ env.TOPAZ_CERTS_DIR }} - run: | - uv run --project tools/ktest tools/ktest/ktest.py charts/discovery/test/tests.yaml - name: Deploy Postgres run: | @@ -134,3 +126,11 @@ jobs: TOPAZ_CERTS_DIR: ${{ env.TOPAZ_CERTS_DIR }} run: | uv run --project tools/ktest tools/ktest/ktest.py charts/directory/test/tests.yaml + - + name: Test Discovery + timeout-minutes: 10 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + TOPAZ_CERTS_DIR: ${{ env.TOPAZ_CERTS_DIR }} + run: | + uv run --project tools/ktest tools/ktest/ktest.py charts/discovery/test/tests.yaml diff --git a/charts/discovery/test/tests.yaml b/charts/discovery/test/tests.yaml index 46f0b49..31f5ff5 100644 --- a/charts/discovery/test/tests.yaml +++ b/charts/discovery/test/tests.yaml @@ -30,4 +30,5 @@ tests: curl -H "Authorization:basic discovery-root-key" -H "aserto-tenant-id:4f71c224-e742-11ee-86df-00ba61ff9342" http://localhost:8383/api/v2/discovery/test-policy/test-policy/opa cleanup: - - "true" + - > + true