Skip to content

hash 2

hash 2 #3

Workflow file for this run

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/setup-inso@aa8af4fec243e92c17a1515541b0c8726246d9d0
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