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: README.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,4 +105,29 @@ describe.each([
105
105
});
106
106
}
107
107
);
108
-
```
108
+
```
109
+
110
+
## GitHub Actions
111
+
### GitHub Actions - Nightly Workflow
112
+
This repository includes a GitHub Actions workflow that runs every night at midnight (UTC). The workflow is triggered using a cron schedule and is designed to automate tasks like testing on a daily basis.
113
+
114
+
#### Workflow Details:
115
+
-**Trigger Time:** Midnight (00:00 UTC) every day.
This repository includes a GitHub Actions workflow that allows you to run specific groups of tests on demand. The workflow can be manually triggered via the GitHub interface using `workflow_dispatch`, where you can select a test group to run.
123
+
124
+
### Workflow Details:
125
+
-**Trigger:** Manually using the `Run workflow` button from the GitHub Actions tab.
0 commit comments