Skip to content

Commit 42e97de

Browse files
committed
wip
1 parent 8fc64ce commit 42e97de

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/nightly.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414

1515
- name: Run tests (controlled via environment variable)
1616
run: |
17-
echo "Running nightly tests with environment override..."
17+
echo "Running nightly tests..."
18+
echo "TEST_RESULT_OVERRIDE: ${{ secrets.TEST_RESULT_OVERRIDE }}"
19+
1820
if [ -n "${{ secrets.TEST_RESULT_OVERRIDE }}" ]; then
1921
if [ "${{ secrets.TEST_RESULT_OVERRIDE }}" == "pass" ]; then
2022
echo "Tests passed by override (via environment)!"

0 commit comments

Comments
 (0)