senzing-garage / init-database

Initialize database with Senzing schema and configuration
Apache License 2.0
0 stars 0 forks source link

Enable GitHub Action testing on Darwin and Windows #239

Open docktermj opened 5 months ago

docktermj commented 5 months ago

See https://github.com/senzing-garage/sz-sdk-go-core/issues/240

Re-enable .github/workflows/go-test-darwn.yaml after the following issue is resolved:

https://github.com/docker-practice/actions-setup-docker/issues/38

docktermj commented 2 months ago

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
docktermj commented 2 months ago

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