changed the action to use cache #19

Merged
bizcochito merged 30 commits from testing into develop 2024-01-06 18:57:41 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 7a911a735d - Show all commits

View File

@ -42,8 +42,7 @@ bun run dev
For testing, remember:
```bash
docker compose down -v
docker compose run bot-api bun run test
bun run test
```
This project was created using `bun init` in bun v1.0.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.