Skip to content

Commit 0eb04a3

Browse files
committed
fix test path
1 parent 5902e50 commit 0eb04a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ jobs:
101101
102102
- name: Test mgconsole static build
103103
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
104+
./tests/test-static.sh --docker $MEMGRAPH_IMAGE
105+
./tests/test-static.sh --use-ssl --docker $MEMGRAPH_IMAGE
106106
107107
- name: Cleanup docker images
108108
run: |

0 commit comments

Comments
 (0)