Skip to content

Commit

Permalink
Merge pull request #154 from intuitem/fix/updates
Browse files Browse the repository at this point in the history
update
  • Loading branch information
eric-intuitem authored Mar 17, 2024
2 parents f4c8ea7 + 9da3102 commit 3f24e4c
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 264 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/backend-api-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: API Tests

on:
pull_request:
paths:
- "backend/**"
- ".github/workflows/backend-api-tests.yml"
on:
pull_request:
branches: [main, develop]
types: [opened, synchronize]
paths:
- "backend/**"
- ".github/workflows/backend-api-tests.yml"
workflow_dispatch:

env:
Expand Down Expand Up @@ -63,4 +65,4 @@ jobs:
with:
name: api-tests-report
path: ${{ env.working-directory }}/pytest-report.html
retention-days: 5
retention-days: 5
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argon2-cffi==23.1.0
typing-extensions==4.10.0
djangorestframework==3.14.0
django-stubs==4.2.7
coverage==7.4.3
coverage==7.4.4
django-tailwind==3.8.0
pyyaml==6.0.1
django-structlog==7.1.0
Expand Down
Loading

0 comments on commit 3f24e4c

Please sign in to comment.