We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1faef1 commit 763d66fCopy full SHA for 763d66f
.github/workflows/em.yaml
@@ -29,19 +29,18 @@ jobs:
29
- name: Start Docker Compose
30
run: docker compose up -d --build
31
32
- - uses: webfuzzing/evomaster-action@v0.0.4
+ - uses: webfuzzing/evomaster-action@v0.0.5
33
with:
34
args: --blackBox true \
35
- --bbSwaggerUrl http://host.docker.internal:8080/v3/api-docs
36
- output-dir: /results
+ --bbSwaggerUrl http://localhost:8080/v3/api-docs
37
38
- name: Upload Generated Files
39
uses: actions/upload-artifact@v3
40
41
name: results
42
- path: /results
+ path: ./generated_tests
43
44
- name: Stop Docker Compose
45
if: always()
46
- run: docker-compose down
+ run: docker compose down
47
0 commit comments