im not able to set up npm cache
Unit Tests with docker compose / unit-test (pull_request) Successful in 4m11s
Details
Unit Tests with docker compose / unit-test (pull_request) Successful in 4m11s
Details
This commit is contained in:
parent
a44c62471f
commit
f473c060dd
|
@ -15,8 +15,6 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install project dependencies
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: 'npm'
|
||||
run: npm install
|
||||
- name: Run docker-compose
|
||||
run: docker compose down -v && docker compose run bot-api bun test
|
Loading…
Reference in New Issue