go-gorm / playground

GORM Playground (Please Create PR for this project to report issues)
MIT License
88 stars 666 forks source link

unable to run test.sh after clean clone of repository #730

Open andersryanc opened 2 months ago

andersryanc commented 2 months ago

GORM Playground Link

https://github.com/go-gorm/playground/pull/729

Description

You instructions say to run ./test.sh immediately after downloading the repo, but it fails after a clean clone of the repository. I also noticed the CI tests are failing at the same spot in the pull request I just opened above.

Screenshot 2024-04-30 at 10 18 02 AM

I was able to run the tests, but I ended up having to use this command instead:

GORM_DIALECT=mysql go test

And follow up attempts to use ./test.sh still fail:

Screenshot 2024-04-30 at 11 33 53 AM
andersryanc commented 2 months ago

Attaching a screenshot of the CI failure I mentioned in the description above, showing that it is failing with the same error:

Screenshot 2024-04-30 at 11 35 04 AM
alkuma commented 1 month ago

I get the same problem for my playground PR https://github.com/go-gorm/playground/pull/739 which is created for explaining issue https://github.com/go-gorm/playground/issues/740