Skip to content

Commit

Permalink
Add PR test for assign-group
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbreuler committed Jan 11, 2023
1 parent 88a48fd commit f554110
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,19 @@ jobs:
role: ${{ env.WF_USER_ROLE}}
application-user: true


- name: Test assign-group action
uses: ./assign-group
with:
user-name: ${{ env.WF_USERNAME }}
password-secret: ${{ secrets.PASSWORD_PPDEVTOOLS }}
environment: ${{ steps.create-environment.outputs.environment-url }}
group: 'fef01b9b-da30-4cb5-b6b9-ff34c5d2ca2e'
group-name: '${{ env.PP_ENV_NAME }} -- Test Group'
role: 'System Customizer'
team-type: 'AadSecurityGroup'
membership-type: 'Members'

- name: Test unpack-solution action
uses: ./unpack-solution
with:
Expand Down

0 comments on commit f554110

Please sign in to comment.