Skip to content

Commit

Permalink
NOISSUE - Add property based testing to things service (absmach#2088)
Browse files Browse the repository at this point in the history
Signed-off-by: Rodney Osodo <[email protected]>
Signed-off-by: rodneyosodo <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
rodneyosodo authored and JeffMboya committed Apr 13, 2024
1 parent 5ae5a18 commit 3eadc65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ env:
DOMAIN_NAME: demo-test
USERS_URL: http://localhost:9002
THINGS_URL: http://localhost:9000
<<<<<<< HEAD
INVITATIONS_URL: http://localhost:9020
AUTH_URL: http://localhost:8189
BOOTSTRAP_URL: http://localhost:9013
Expand Down Expand Up @@ -62,7 +63,11 @@ jobs:
echo "USER_TOKEN=$USER_TOKEN" >> $GITHUB_ENV
- name: Check for changes in specific paths
<<<<<<< HEAD
uses: dorny/paths-filter@v3
=======
uses: dorny/paths-filter@v2
>>>>>>> 65c8a0e7 (NOISSUE - Add property based testing to things service (#2088))
id: changes
with:
filters: |
Expand Down Expand Up @@ -137,6 +142,7 @@ jobs:
with:
schema: api/openapi/things.yml
base-url: ${{ env.THINGS_URL }}
<<<<<<< HEAD
checks: all
report: false
args: '--header "Authorization: Bearer ${{ env.USER_TOKEN }}" --contrib-openapi-formats-uuid --hypothesis-suppress-health-check=filter_too_much --stateful=links'
Expand Down

0 comments on commit 3eadc65

Please sign in to comment.