mirror of
https://github.com/moby/moby.git
synced 2026-06-30 19:58:03 +00:00
gha: validate-api-swagger: remove redundant 'make image'
Skip a redundant "make image", which is already called by both `make validate-swagger` and `make validate-swagger-gen` Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -176,11 +176,7 @@ jobs:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
-
|
||||
name: Build api module image
|
||||
run: |
|
||||
make build
|
||||
-
|
||||
-
|
||||
name: Validate swagger
|
||||
run: |
|
||||
make validate-swagger
|
||||
|
||||
Reference in New Issue
Block a user