From 0fc3a375af6ba0874bee32023c7add0d1812008c Mon Sep 17 00:00:00 2001 From: KwilLuke <105600466+KwilLuke@users.noreply.github.com> Date: Sun, 7 Apr 2024 10:38:17 -0500 Subject: [PATCH] start kgw test --- .github/workflows/kgw-test-reuse.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/kgw-test-reuse.yaml b/.github/workflows/kgw-test-reuse.yaml index 5e42c3b17..41bae25d6 100644 --- a/.github/workflows/kgw-test-reuse.yaml +++ b/.github/workflows/kgw-test-reuse.yaml @@ -158,13 +158,13 @@ jobs: docker pull kwilbrennan/extensions-math:multi-arch --platform linux/amd64 # UNCOMMENT this after kwil-js test is ready -# - name: Run kgw integration test -# run: | -# testUserID=$(id -u) -# testGroupID=$(id -g) -# cp test/integration/docker-compose.override.yml.example test/integration/docker-compose.override.yml -# sed -i "s/\${UID}:\${GID}/${testUserID}:${testGroupID}/g" test/integration/docker-compose.override.yml -# KIT_LOG_LEVEL=warn go test -count=1 -timeout 0 ./test/integration -run ^TestKGW$ -v + - name: Run kgw integration test + run: | + testUserID=$(id -u) + testGroupID=$(id -g) + cp test/integration/docker-compose.override.yml.example test/integration/docker-compose.override.yml + sed -i "s/\${UID}:\${GID}/${testUserID}:${testGroupID}/g" test/integration/docker-compose.override.yml + KIT_LOG_LEVEL=warn go test -count=1 -timeout 0 ./test/integration -run ^TestKGW$ -v - name: Run kwil-js test against kwild & kgw run: | # TODO: maybe a 'task dev:up' with kgw could make this simpler