Skip to content

Commit bbd1358

Browse files
committed
fix url
1 parent 9463238 commit bbd1358

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/quick-pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ jobs:
3939
env:
4040
IPR_USER: ${{ secrets.IPR_TEST_USER }}
4141
IPR_PASS: ${{ secrets.IPR_TEST_PASSWORD }}
42+
IPR_URL: ${{ secrets.IPR_TEST_URL }}
4243
GRAPHKB_USER: ${{ secrets.GKB_TEST_USER }}
4344
GRAPHKB_PASS: ${{ secrets.GKB_TEST_PASS }}
44-
GRAPHKB_URL: ${{ secrets.GRAPHKB_TEST_URL }}
45+
GRAPHKB_URL: ${{ secrets.GKB_TEST_URL }}
4546
EXCLUDE_INTEGRATION_TESTS: 1
4647
# EXCLUDE_INTEGRATION_TESTS: ${{ matrix.python-version != '3.11' }}
4748
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)