Skip to content

Commit f9dec71

Browse files
authored
losing my marbles
1 parent 32fe7d8 commit f9dec71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828

2929
- name: Install the project
3030
run: uv sync --locked --all-extras --dev
31+
32+
- name: Check length of CONTIGUITY_DATA_KEY
33+
run: |
34+
echo "Length: ${#CONTIGUITY_DATA_KEY}"
3135
3236
- name: Run tests
3337
run: uv run pytest tests

0 commit comments

Comments
 (0)