Skip to content

Test consuming external identity in Django admin application #141

Test consuming external identity in Django admin application

Test consuming external identity in Django admin application #141

Workflow file for this run

name: Test consuming external identity in Django admin application
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '42 21 * * 0'
jobs:
docker-compose-keycloak:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make build
- run: sudo apt update && sudo apt install -y libwww-mechanize-perl libhttp-cookiejar-perl
- run: echo '127.0.0.5 www keycloak' | sudo tee -a /etc/hosts
- run: make run
- run: make test
- run: make restart-app
- run: make test-client-container
- run: make restart-app
- run: make test-client-container