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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,9 @@ login-test: Success!
77
77
78
78
## GitHub Action
79
79
80
-
CodeBeaver can be used in a GitHub Action to run unit tests on every commit and E2E tests after you release a new version.
80
+
CodeBeaver can be used in a [GitHub Action](https://github.com/codebeaver-ai/codebeaver-oss-action) to run unit tests on every commit and E2E tests after you release a new version.
81
+
82
+
Check out the action's [README](https://github.com/codebeaver-ai/codebeaver-oss-action/blob/main/README.md) for more information, but here's a quick example:
0 commit comments