File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ script:
51
51
else
52
52
vendor/bin/behat --suite=default --format=progress;
53
53
fi
54
- - tests/Fixtures/app/console api:swagger:export --spec-version 2 > swagger.json && npx swagger-cli validate swagger.json && rm swagger.json
55
- - tests/Fixtures/app/console api:swagger:export --spec-version 2 -- yaml > swagger.yaml && npx swagger-cli validate swagger.yaml && rm swagger.yaml
56
- - tests/Fixtures/app/console api:openapi:export > swagger.json && npx swagger-cli validate swagger.json && rm swagger.json
57
- - tests/Fixtures/app/console api:openapi:export --yaml > swagger.yaml && npx swagger-cli validate swagger.yaml && rm swagger.yaml
54
+ - tests/Fixtures/app/console api:swagger:export > swagger.json && npx swagger-cli validate swagger.json && rm swagger.json
55
+ - tests/Fixtures/app/console api:swagger:export --yaml > swagger.yaml && npx swagger-cli validate swagger.yaml && rm swagger.yaml
56
+ - tests/Fixtures/app/console api:openapi:export --spec-version 3 > swagger.json && npx swagger-cli validate swagger.json && rm swagger.json
57
+ - tests/Fixtures/app/console api:openapi:export --spec-version 3 -- yaml > swagger.yaml && npx swagger-cli validate swagger.yaml && rm swagger.yaml
You can’t perform that action at this time.
0 commit comments