Skip to content

Commit 6e3fe0c

Browse files
committed
deploy test
1 parent 35d67ba commit 6e3fe0c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/pr-deploy-and-test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ concurrency:
1010

1111
jobs:
1212
run-quality-checks:
13-
runs-on: ubuntu-latest
14-
# uses: ./.github/workflows/quality-checks.yml
15-
# secrets:
16-
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
13+
uses: ./.github/workflows/quality-checks.yml
14+
secrets:
15+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1716

1817
detect-recordprocessor-changes:
1918
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)