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 45dede5 commit c8dbe27Copy full SHA for c8dbe27
.github/workflows/docker-image.yml
@@ -48,7 +48,7 @@ jobs:
48
name: Test
49
run: |
50
docker run --name misp-modules --rm -p 127.0.0.1:6666:6666 nukib/misp-modules:latest &
51
- sleep 10 # Wait until container is ready
+ sleep 5 # Wait until container is ready
52
curl --fail http://localhost:6666/modules | jq
53
docker stop misp-modules
54
-
0 commit comments