Skip to content

Commit

Permalink
start kgw test
Browse files Browse the repository at this point in the history
  • Loading branch information
KwilLuke committed Apr 7, 2024
1 parent c14d3b7 commit 0fc3a37
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/kgw-test-reuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fc3a37

Please sign in to comment.