added node again
Unit Tests with docker compose / unit-test (pull_request) Failing after 7m39s Details

This commit is contained in:
Sugui 2023-12-31 11:44:25 +01:00
parent ec1b693538
commit 5941fcc1f2
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install project dependencies
run: docker run -w /usr/src/app -v ./:/usr/src/app oven/bun:1 bun install --verbose --concurrent-scripts 1
run: docker run -w /usr/src/app -v ./:/usr/src/app node:20 npm install
- name: Run docker-compose
run: docker compose down -v && docker compose run bot-api ping mongodb