forked from gatzjames/insomnia-git-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from jackkav/gitops-1
gitops
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Test | ||
|
||
jobs: | ||
Linux: | ||
name: gitOps flow | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout branch | ||
uses: actions/checkout@v1 | ||
- uses: kong/setup-inso@v1 | ||
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 |