You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,6 @@ This GitHub repository uses a GitHub Actions workflow to check if getting starte
36
36
- Automatically commit the output files generated by the Docker container using [`stefanzweifel/git-auto-commit-action@v4`](https://github.com/stefanzweifel/git-auto-commit-action).
37
37
- Offers a quick way to see, at which cell the notebook failed.
38
38
39
-
6. **Error Handling**:
40
-
- If errors are found in the notebooks, artificially induce exit code 1, triggering GitHub Actions to send notifications.
41
-
- Currently checking for the following in the raw content of output notebooks (The list may need to be updated):
42
-
- `"name": "stderr"`
43
-
- `"status": "failed"`
44
-
45
39
## Prerequisites
46
40
47
41
Before using the workflow, make sure to set the required secrets in your repository:
0 commit comments