-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable GitHub Action testing on Darwin and Windows #239
Comments
docktermj
changed the title
Re-enable go-test-darwin.yaml
Re-enable go-test-darwin.yaml and go-test-windows.yaml
Aug 5, 2024
Errors for Windows ❌ Test_RootCmd (0s)
:
cmd_test.go:63:
Error Trace: D:/a/init-database/init-database/cmd/cmd_test.go:63
Error: Received unexpected error:
CONFIGPATH: Could not find /cfgVariant.json
For more information, visit https://hub.senzing.com/go-helpers/errors
Test: Test_RootCmd ❌ TestBasicInitializer_RegisterObserver (0s)
initializer_test.go:55:
Error Trace: D:/a/init-database/init-database/initializer/initializer_test.go:55
Error: Received unexpected error:
mkdir \C:: The filename, directory name, or volume label syntax is incorrect.
Test: TestBasicInitializer_RegisterObserver |
Errors for Darwin ❌ Test_RunE (0s)
cmd_test.go:48:
Error Trace: /Users/runner/work/init-database/init-database/cmd/cmd_test.go:48
Error: Received unexpected error:
CONFIGPATH: Could not find /cfgVariant.json
For more information, visit https://hub.senzing.com/go-helpers/errors
Test: Test_RunE |
docktermj
changed the title
Re-enable go-test-darwin.yaml and go-test-windows.yaml
Enable GitHub Action testing on Darwin and Windows
Sep 13, 2024
docktermj
added a commit
that referenced
this issue
Oct 2, 2024
docktermj
added a commit
that referenced
this issue
Oct 2, 2024
docktermj
added a commit
that referenced
this issue
Oct 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See senzing-garage/sz-sdk-go-core#240
Re-enable
.github/workflows/go-test-darwn.yaml
after the following issue is resolved:docker-practice/actions-setup-docker#38
The text was updated successfully, but these errors were encountered: