Skip to content

Commit

Permalink
Merge pull request #1 from alan-turing-institute/iain-s/fastapi-update
Browse files Browse the repository at this point in the history
Update fastapi dependency
  • Loading branch information
Iain-S authored Mar 30, 2022
2 parents 4f782c5 + de152d6 commit ef6ba7a
Show file tree
Hide file tree
Showing 3 changed files with 451 additions and 323 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,12 @@ jobs:
- name: Run tests
shell: bash
env: # Or as an environment variable
client_id: ${{ secrets.CLIENT_ID }}
tenant_id: ${{ secrets.TENANT_ID }}
client_secret: ${{ secrets.CLIENT_SECRET }}
client_id: 'e3b723f3-08a9-4895-8552-3ebfebd6f958'
tenant_id: 'eeb76355-f594-4e54-875b-d933451e0bd7'
client_secret: 'imaabadasecret'
session_secret: 'imaabadasecret'
session_expire_time_minutes: '5'
run: poetry run pytest

- uses: pre-commit/action@v2.0.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Pre-Commit
uses: pre-commit/action@v2.0.3
Loading

0 comments on commit ef6ba7a

Please sign in to comment.