We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc64ce commit 42e97deCopy full SHA for 42e97de
1 file changed
.github/workflows/nightly.yaml
@@ -14,7 +14,9 @@ jobs:
14
15
- name: Run tests (controlled via environment variable)
16
run: |
17
- echo "Running nightly tests with environment override..."
+ echo "Running nightly tests..."
18
+ echo "TEST_RESULT_OVERRIDE: ${{ secrets.TEST_RESULT_OVERRIDE }}"
19
+
20
if [ -n "${{ secrets.TEST_RESULT_OVERRIDE }}" ]; then
21
if [ "${{ secrets.TEST_RESULT_OVERRIDE }}" == "pass" ]; then
22
echo "Tests passed by override (via environment)!"
0 commit comments