Open szabgab opened 3 months ago
Heey @szabgab, Thanks for opening this issue.
I had a quick look in the service container and it's quite interesting. I will look into the surreal-setup this week and work on the needed changes. I'll keep you updated.
If I understand correctly, the current recommendation (in the README in this repo and in https://surrealdb.com/docs/surrealdb/tutorials/using-github-actions ) installs surrealdb on the same instance where my code runs.
I think the usual recommendation for other databases is to run them as a service container It would be nice to see the recommended configuration to use SurrealDB on GitHub Actions as a service.
Especially as I just got this warning:
"You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 19 MB" see
So SurrealDB and my code take up almost all the free space.