Sugui
3c723a8109
Unit Tests with docker compose / unit-test (pull_request) Failing after 45s
Details
Unit Tests / unit-test (pull_request) Failing after 1m47s
Details
|
||
---|---|---|
.gitea/workflows | ||
src | ||
tests | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
README.md | ||
compose.yaml | ||
package.json | ||
tsconfig.json |
README.md
bot-api
To install dependencies:
bun install
To run:
docker compose up
For testing, remember:
docker compose down -v
docker compose run bot-api bun run test
This project was created using bun init
in bun v1.0.13. Bun is a fast all-in-one JavaScript runtime.