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 f34ae09 commit 33eb5aaCopy full SHA for 33eb5aa
.github/workflows/em.yaml
@@ -29,11 +29,19 @@ jobs:
29
- name: Start Docker Compose
30
run: docker-compose up -d --build
31
32
- - uses: webfuzzing/evomaster-action@v0
+ - uses: webfuzzing/evomaster-action
33
with:
34
args: --blackBox true \
35
--bbSwaggerUrl http://host.docker.internal:8080/v3/api-docs
36
+ output-dir: /results
37
+
38
+ - name: Upload Generated Files
39
+ uses: actions/upload-artifact@v3
40
+ with:
41
+ name: results
42
+ path: /results
43
44
- name: Stop Docker Compose
45
if: always()
- run: docker-compose down
46
+ run: docker-compose down
47
0 commit comments