We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8dc3b commit 025ecfdCopy full SHA for 025ecfd
1 file changed
.github/workflows/em.yaml
@@ -6,7 +6,7 @@ on:
6
- "**"
7
8
jobs:
9
- test:
+ build:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
@@ -29,7 +29,7 @@ jobs:
29
- name: Start Docker Compose
30
run: docker-compose up -d --build
31
32
- - uses: webfuzzing/evomaster-action@v0.0.2
+ - uses: webfuzzing/evomaster-action@v0.0.3
33
with:
34
args: --blackBox true \
35
--bbSwaggerUrl http://host.docker.internal:8080/v3/api-docs
0 commit comments