Skip to content

Commit 3505562

Browse files
authored
Add build stats to PR builds (#4649)
1 parent ea6a93e commit 3505562

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr_check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ jobs:
206206
with:
207207
ref: ${{ needs.check-running-allowed.outputs.commit_sha }}
208208
fetch-depth: 2
209+
- name: Setup ydb access
210+
uses: ./.github/actions/setup_ci_ydb_service_account_key_file_credentials
211+
with:
212+
ci_ydb_service_account_key_file_credentials: ${{ secrets.CI_YDB_SERVICE_ACCOUNT_KEY_FILE_CREDENTIALS }}
209213
- name: Build and test
210214
uses: ./.github/actions/build_and_test_ya
211215
with:

0 commit comments

Comments
 (0)