Skip to content

Commit

Permalink
adding community tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshit Singhvi committed Feb 24, 2024
1 parent 1aafc02 commit 7736671
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ jobs:
- name: Run Community Integration and Unit tests
run: |
mkdir -p .kube
cat ${KUBECONFIG} > .kube/config
CURRENT_DIRECTORY=$(pwd)
export KUBECONFIG="${CURRENT_DIRECTORY}/.kube/config"
echo "printing kubeconfig path $KUBECONFIG"
export IPS_PASS=$(gcloud auth print-access-token)
export NEO4J_EDITION=community
export NEO4J_DOCKER_IMG=${NEO4J_DOCKER_IMG_COMMUNITY}
go test -json -v -timeout ${GO_TEST_TIMEOUT} ./internal/integration_tests/ 2>&1 | tee /tmp/gotest.log | gotestfmt
Expand Down

0 comments on commit 7736671

Please sign in to comment.