Skip to content
Snippets Groups Projects
Unverified Commit 730c3b45 authored by Bob Callaway's avatar Bob Callaway Committed by GitHub
Browse files

re-enable check for missed files in commit in CI workflow (#108)

parent 74a26e6a
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ jobs:
go-version: ${{ env.GOVERSION }}
# Download go-swagger
- name: download go-swagger
run : go get -u github.com/go-swagger/go-swagger/cmd/swagger@master
run : cp go.* $HOME && go get -u github.com/go-swagger/go-swagger/cmd/swagger@master && cp $HOME/go.* .
# run : go get -u github.com/go-swagger/go-swagger/cmd/swagger@v0.25.0
- name: Validate OpenAPI with Swagger
run: swagger validate openapi.yaml
......@@ -52,8 +52,6 @@ jobs:
args: ./...
- name: Ensure no files were modified as a result of the build
run: git update-index --refresh && git diff-index --quiet HEAD --
# ignore errors here while we are using 'go get' above
continue-on-error: true
e2e:
# The type of runner that the job will run on
runs-on: ubuntu-latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment