Skip to content

Commit 3aa07ce

Browse files
authored
Remove PSQL_BINARY setting in action (#7529)
1 parent 44c4649 commit 3aa07ce

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/actions/test_ya/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,6 @@ runs:
9393
echo "BUILD_PRESET=${{ inputs.build_preset }}" >> $GITHUB_ENV
9494
9595
python3 -m pip install ydb ydb[yc] codeowners
96-
97-
98-
- name: set environment variables required by some tests
99-
if: inputs.run_tests
100-
shell: bash
101-
run: |
102-
echo "PSQL_BINARY=/usr/bin/psql" >> $GITHUB_ENV
10396
10497
- name: ya build and test
10598
id: build

0 commit comments

Comments
 (0)