File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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' }}
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments