We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e060a65 commit 108e29bCopy full SHA for 108e29b
.github/workflows/tests-e2e.yml
@@ -57,6 +57,7 @@ jobs:
57
NEPTUNE_QUERY_RETRY_SOFT_TIMEOUT: "120"
58
TEST_MARKERS: ${{ matrix.test_markers }}
59
run: |
60
+ curl -vsI "$(base64 -d <<< "$NEPTUNE_E2E_API_TOKEN" | jq .api_url -r )/api/leaderboard/" 2> >(head) &&
61
pytest --capture=no tests/e2e/test_connectivity.py &&
62
pytest --retries=1 --retry-delay=2 --junitxml="test-results/test-e2e.xml" ${TEST_MARKERS:+-m "$TEST_MARKERS"} tests/e2e
63
# --capture=no is passed to the test_connectivity run, so that we can see logs from data ingestion
0 commit comments