1.1.4 #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: | |
workflow_dispatch: | |
push: | |
jobs: | |
Linux: | |
name: gitOps flow | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout branch | |
uses: actions/checkout@v1 | |
- uses: kong/[email protected] | |
with: | |
inso-version: 9.3.3 | |
- name: Lint | |
run: inso lint spec -w . spc_5eb712 | |
- name: Lint by path | |
run: inso lint spec spec.yaml | |
- name: Print spec to stdout | |
run: inso export spec spec.yaml | |
# - name: Run collection | |
# run: inso run collection -w . -e env_env_7c2769 wrk_d58fc5 |