Skip to content

Commit 108e29b

Browse files
committed
Add a pre-connectivity test for e2e tests
1 parent e060a65 commit 108e29b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
NEPTUNE_QUERY_RETRY_SOFT_TIMEOUT: "120"
5858
TEST_MARKERS: ${{ matrix.test_markers }}
5959
run: |
60+
curl -vsI "$(base64 -d <<< "$NEPTUNE_E2E_API_TOKEN" | jq .api_url -r )/api/leaderboard/" 2> >(head) &&
6061
pytest --capture=no tests/e2e/test_connectivity.py &&
6162
pytest --retries=1 --retry-delay=2 --junitxml="test-results/test-e2e.xml" ${TEST_MARKERS:+-m "$TEST_MARKERS"} tests/e2e
6263
# --capture=no is passed to the test_connectivity run, so that we can see logs from data ingestion

0 commit comments

Comments
 (0)