Skip to content

Commit 3d235d5

Browse files
Update singleTenant_integration_test.yml
1 parent f916999 commit 3d235d5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/singleTenant_integration_test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
description: 'Specify the branch to use for integration tests'
1212
required: true
1313

14-
permissions:
15-
contents: read
16-
1714
jobs:
1815
integration-test:
1916
runs-on: ubuntu-latest
@@ -153,4 +150,4 @@ jobs:
153150
noSDMRoleUserPassword=$noSDMRoleUserPassword
154151
EOL
155152
echo "🎯 Running Maven integration tests for ${{ matrix.tokenFlow }} - ${{ matrix.testClass }}..."
156-
mvn clean verify -P integration-tests -DtokenFlow=${{ matrix.tokenFlow }} -DtenancyModel=single -DskipUnitTests -Dfailsafe.includes="**/${{ matrix.testClass }}.java"
153+
mvn clean verify -P integration-tests -DtokenFlow=${{ matrix.tokenFlow }} -DtenancyModel=single -DskipUnitTests -Dfailsafe.includes="**/${{ matrix.testClass }}.java"

0 commit comments

Comments
 (0)