Skip to content

Commit 35d67ba

Browse files
committed
deploy testing
1 parent b045e15 commit 35d67ba

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ concurrency:
99
cancel-in-progress: true
1010

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

1718
detect-recordprocessor-changes:
1819
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)