Skip to content

Commit f043036

Browse files
committed
Fix YAML
1 parent 3962ef2 commit f043036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
else
3232
echo "No test_main.py found, skipping tests"
3333
fi
34-
working-directory: functions/${{ matrix.function }}
34+
working-directory: functions/${{ matrix.function }}
3535
- name: Run Python function and verify output
3636
run: |
3737
python main.py > output.log 2>&1 &

0 commit comments

Comments
 (0)