We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.travis.yml containing the following:
jobs: include: - name: "Test OpenAPI Spec" language: node_js node_js: lts/* before_install: install: - npm ci script: - npm run test - stage: deploy language: node_js node_js: lts/* if: branch = trunk AND env(GH_TOKEN) IS present before_install: install: - npm ci script: npm run build:docs && npm run gh-pages
has been removed. Those jobs should be replaced with gh actions.
The text was updated successfully, but these errors were encountered:
The deploy is already there (running on the trunk branch only), we need to create the test action only I guess.
trunk
Sorry, something went wrong.
No branches or pull requests
.travis.yml containing the following:
has been removed.
Those jobs should be replaced with gh actions.
The text was updated successfully, but these errors were encountered: