We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c046f04 commit b1faef1Copy full SHA for b1faef1
.github/workflows/em.yaml
@@ -27,7 +27,7 @@ jobs:
27
run: mvn clean verify --fae
28
29
- name: Start Docker Compose
30
- run: docker-compose up -d --build
+ run: docker compose up -d --build
31
32
- uses: webfuzzing/evomaster-action@v0.0.4
33
with:
0 commit comments