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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The memory-server is stopped (and destroyed) subsequent to the completion of thi
49
49
### Testing
50
50
51
51
This repository's CI workflow has a 'validate' job @ `src/validate.ts` (technically, `build/validate.js`) for internal, CI-time testing of the action's functionality; this simply opens and closes a connection to the memory-server to ensure the validity of the provided ENV variable. There are also a small number of unit tests to ensure the memory-server's configuration values are passed to the memory-server appropriately.
52
-
If you're looking to reference this action before it's released, make sure to build it and commit the changes manually. This step is automatic once the PR is merged to `master`.
52
+
If you're looking to reference this action before it's released, make sure to build it and commit the output manually. This step is automatic once the PR is merged to `master`.
53
53
54
54
- please try to cover the new capability when making small changes
55
55
- as necessary, add validation for variables passed directly to the initialization of the memory-server
0 commit comments