frozen
Unit Tests with docker compose / unit-test (pull_request) Failing after 1m26s
Details
Unit Tests with docker compose / unit-test (pull_request) Failing after 1m26s
Details
This commit is contained in:
parent
74d9e7baef
commit
72775105ab
|
@ -16,6 +16,6 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install project dependencies
|
||||
run: yarn install --ignore-scripts
|
||||
run: yarn install --frozen-lockfile --ignore-scripts
|
||||
- name: Run docker-compose
|
||||
run: docker compose down -v && docker compose run bot-api bun test
|
Loading…
Reference in New Issue