Skip to content

using an IDP, email is already validated, we activate the profile (#2… #71

using an IDP, email is already validated, we activate the profile (#2…

using an IDP, email is already validated, we activate the profile (#2… #71

name: test develop
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
test-develop:
uses:
./.github/workflows/testing.yml
with:
xdist: no
branch_name: develop
event_name: ${{ github.event_name }}
secrets:
PAT: ${{ secrets.PAT }}
test-develop-xdist:
uses:
./.github/workflows/testing.yml
with:
xdist: yes
branch_name: develop
event_name: ${{ github.event_name }}
secrets:
PAT: ${{ secrets.PAT }}