Skip to content

Commit

Permalink
fixing community test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshit Singhvi committed Jan 30, 2024
1 parent 95a5f83 commit 25bbb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
PASSWORD=$(cat ./marketplace/neo4j-community/parameters.json | jq .adminPassword.value | sed 's/"//g')
curl -LJO https://github.com/neo4j/neo4jtester/raw/main/build/neo4jtester_linux
chmod +x ./neo4jtester_linux
./neo4jtester_linux "${URI}" "neo4j" "${PASSWORD}"
./neo4jtester_linux "${URI}" "neo4j" "${PASSWORD}" "Community"
- name: Delete Resource Group
if: always()
Expand Down

0 comments on commit 25bbb73

Please sign in to comment.