Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
Signed-off-by: aryan <aryangodara03@gmail.com>
  • Loading branch information
AryanGodara committed Sep 1, 2023
1 parent ca04770 commit 262477f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/st.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
schema: './api/openapi/certs.yml'
base-url: 'http://localhost'
args: '-H "Authorization: Bearer {{ env.ACCESS_TOKEN }}"'
args: '--hypothesis-suppress-health-check=filter_too_much,too_slow'
token: ${{ secrets.SCHEMATHESIS_TOKEN }}

# Consumers-notifiers.yml
Expand All @@ -80,7 +79,6 @@ jobs:
schema: './api/openapi/consumers-notifiers.yml'
base-url: 'http://localhost'
args: '-H "Authorization: Bearer {{ env.ACCESS_TOKEN }}"'
args: '--hypothesis-suppress-health-check=filter_too_much,too_slow'
token: ${{ secrets.SCHEMATHESIS_TOKEN }}

# Http.yml
Expand All @@ -91,7 +89,6 @@ jobs:
schema: './api/openapi/http.yml'
base-url: 'http://localhost'
args: '-H "Authorization: Bearer {{ env.ACCESS_TOKEN }}"'
args: '--hypothesis-suppress-health-check=filter_too_much,too_slow'
token: ${{ secrets.SCHEMATHESIS_TOKEN }}

# Provision.yml
Expand All @@ -102,7 +99,6 @@ jobs:
schema: './api/openapi/provision.yml'
base-url: 'http://localhost'
args: '-H "Authorization: Bearer {{ env.ACCESS_TOKEN }}"'
args: '--hypothesis-suppress-health-check=filter_too_much,too_slow'
token: ${{ secrets.SCHEMATHESIS_TOKEN }}

# Readers.yml
Expand All @@ -113,7 +109,6 @@ jobs:
schema: './api/openapi/readers.yml'
base-url: 'http://localhost'
args: '-H "Authorization: Bearer {{ env.ACCESS_TOKEN }}"'
args: '--hypothesis-suppress-health-check=filter_too_much,too_slow'
token: ${{ secrets.SCHEMATHESIS_TOKEN }}

# Things.yml
Expand All @@ -124,7 +119,6 @@ jobs:
schema: './api/openapi/things.yml'
base-url: 'http://localhost'
args: '-H "Authorization: Bearer {{ env.ACCESS_TOKEN }}"'
args: '--hypothesis-suppress-health-check=filter_too_much,too_slow'
token: ${{ secrets.SCHEMATHESIS_TOKEN }}

# Twins.yml
Expand All @@ -135,7 +129,6 @@ jobs:
schema: './api/openapi/twins.yml'
base-url: 'http://localhost'
args: '-H "Authorization: Bearer {{ env.ACCESS_TOKEN }}"'
args: '--hypothesis-suppress-health-check=filter_too_much,too_slow'
token: ${{ secrets.SCHEMATHESIS_TOKEN }}

# Users.yml
Expand All @@ -146,7 +139,6 @@ jobs:
schema: './api/openapi/users.yml'
base-url: 'http://localhost'
args: '-H "Authorization: Bearer {{ env.ACCESS_TOKEN }}"'
args: '--hypothesis-suppress-health-check=filter_too_much,too_slow'
token: ${{ secrets.SCHEMATHESIS_TOKEN }}

- name: Stop the running docker containers
Expand Down

0 comments on commit 262477f

Please sign in to comment.