We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d69108 commit 9328fa0Copy full SHA for 9328fa0
.github/workflows/docker-build-test.yml
@@ -33,7 +33,7 @@ jobs:
33
sleep 10
34
- name: Test with curl
35
run: |
36
- if [[ $(curl -w "%{http_code}" -o /dev/null http://localhost:8080/memshell-party/version) -eq 200 ]]; then
+ if [[ $(curl -w "%{http_code}" -o /dev/null http://localhost:8080/memshell-party/api/version) -eq 200 ]]; then
37
echo "Test successful!"
38
else
39
echo "Test failed!"
0 commit comments