Skip to content

Commit 9328fa0

Browse files
committed
ci: api changed
1 parent 2d69108 commit 9328fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sleep 10
3434
- name: Test with curl
3535
run: |
36-
if [[ $(curl -w "%{http_code}" -o /dev/null http://localhost:8080/memshell-party/version) -eq 200 ]]; then
36+
if [[ $(curl -w "%{http_code}" -o /dev/null http://localhost:8080/memshell-party/api/version) -eq 200 ]]; then
3737
echo "Test successful!"
3838
else
3939
echo "Test failed!"

0 commit comments

Comments
 (0)