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]>
  • Loading branch information
rodneyosodo authored and JeffMboya committed Apr 11, 2024
1 parent 26c915f commit 25211f4
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

Expand Down Expand Up @@ -60,7 +61,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 @@ -135,6 +140,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 25211f4

Please sign in to comment.