Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generating api-spec with Scriptappy #508

Merged
merged 7 commits into from Sep 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions .circleci/config.yml
Expand Up @@ -34,6 +34,11 @@ jobs:
echo "Uploading coverage results to coveralls.io..."
cat ./coverage/lcov.info | npx coveralls
fi
- run:
name: Check if API specification should be updated
command: |
npm run scriptappy
git diff --exit-code --name-only docs/api-spec.json
- setup_remote_docker
- run:
name: Execute integration tests
Expand Down