Skip to content

Commit ad9564c

Browse files
authored
[CI] Invoke function with --raise-on-status flag (#48)
1 parent bf9627a commit ad9564c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177

178178
- name: Invoke function
179179
run: |
180-
echo "Hello, from CI" | nuctl invoke $FUNCTION_NAME
180+
echo "Hello, from CI" | nuctl invoke $FUNCTION_NAME --raise-on-status
181181
182182
- name: Print function container logs
183183
run: |

0 commit comments

Comments
 (0)