Skip to content

Commit 9463238

Browse files
committed
add gkb test url to test workflows
1 parent b0bb3ae commit 9463238

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
IPR_PASS: ${{ secrets.IPR_TEST_PASSWORD }}
4747
GRAPHKB_USER: ${{ secrets.GKB_TEST_USER }}
4848
GRAPHKB_PASS: ${{ secrets.GKB_TEST_PASS }}
49+
GRAPHKB_URL: ${{ secrets.GKB_TEST_URL }}
4950
# SDEV-3381 - Turn off integration tests temporarily, till efficiency is increased
5051
# turn on integration tests for one python version only
5152
EXCLUDE_INTEGRATION_TESTS: ${{ matrix.python-version != '3.11' }}

.github/workflows/quick-pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
IPR_PASS: ${{ secrets.IPR_TEST_PASSWORD }}
4242
GRAPHKB_USER: ${{ secrets.GKB_TEST_USER }}
4343
GRAPHKB_PASS: ${{ secrets.GKB_TEST_PASS }}
44+
GRAPHKB_URL: ${{ secrets.GRAPHKB_TEST_URL }}
4445
EXCLUDE_INTEGRATION_TESTS: 1
4546
# EXCLUDE_INTEGRATION_TESTS: ${{ matrix.python-version != '3.11' }}
46-
if: github.event_name != 'pull_request'
47+
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)