Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Jun 13, 2023
2 parents 52c71ce + ac035ef commit 69ea435
Show file tree
Hide file tree
Showing 4 changed files with 318 additions and 289 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:
- staging

jobs:
test:
uses: ./.github/workflows/test.yml

build-container:
needs: [ test ]
uses: fsinfuhh/workflows/.github/workflows/build_image.yml@main

determine-app-path:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: test
on:
workflow_dispatch: {}
workflow_call: {}
push: {}

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ python-ldap = "~=3.4"
python-magic = "~=0.4"
raven = "~=6.10"
requests = "~=2.28"
simple-openid-connect = { version = "~=0.2.4", extras = ["django"] }
simple-openid-connect = { version = "~=0.3.0", extras = ["django"] }

[dev-packages]
responses = "~=0.22"
pytest = "*"
pytest = "==7.1.3"
pytest-django = "*"
pytest-env = "*"
freezegun = "*"
Expand Down
Loading

0 comments on commit 69ea435

Please sign in to comment.