We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5902e50 commit 0eb04a3Copy full SHA for 0eb04a3
1 file changed
.github/workflows/ci.yml
@@ -101,8 +101,8 @@ jobs:
101
102
- name: Test mgconsole static build
103
run: |
104
- ./tests/test-static.sh --docker $MEMGRAPH_IMAGE build/generic/mgconsole
105
- ./tests/test-static.sh --use-ssl --docker $MEMGRAPH_IMAGE build/generic/mgconsole
+ ./tests/test-static.sh --docker $MEMGRAPH_IMAGE
+ ./tests/test-static.sh --use-ssl --docker $MEMGRAPH_IMAGE
106
107
- name: Cleanup docker images
108
0 commit comments