From 6e4d3a6d54fa3e7240767433c6a3eb5c570196f1 Mon Sep 17 00:00:00 2001 From: Matt Schoch Date: Tue, 30 Jan 2024 11:01:26 -0500 Subject: [PATCH] CI testdb setup? --- .github/workflows/authz_ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/authz_ci.yml b/.github/workflows/authz_ci.yml index c8210b86d..81fb6806d 100644 --- a/.github/workflows/authz_ci.yml +++ b/.github/workflows/authz_ci.yml @@ -82,6 +82,7 @@ jobs: - name: Test integration shell: bash run: | + make authz/test/db/setup make authz/test/integration # - name: Test E2E