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 1 deletions
Showing only changes of commit e47f265faa - Show all commits

View File

@ -15,6 +15,6 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install project dependencies
run: npm install
run: npm ci --ignore-scripts
- name: Run docker-compose
run: docker compose down -v && docker compose run bot-api bun test