probamos
Unit Tests with docker compose / unit-test (pull_request) Failing after 38s
Details
Unit Tests with docker compose / unit-test (pull_request) Failing after 38s
Details
This commit is contained in:
parent
6efb03efbf
commit
3526729166
|
@ -5,7 +5,7 @@ on: [pull_request]
|
|||
jobs:
|
||||
unit-test:
|
||||
container:
|
||||
image: guglio/dind-compose:latest
|
||||
image: docker:latest
|
||||
steps:
|
||||
- name: Installing necessary packages
|
||||
run: apk add nodejs git curl bash
|
||||
|
@ -14,4 +14,4 @@ jobs:
|
|||
- name: Install Bun runtime
|
||||
run: curl -fsSL https://bun.sh/install | bash
|
||||
- name: Run docker-compose
|
||||
run: dind compose down -v && dind compose run bot-api bun test
|
||||
run: docker compose down -v && docker compose run bot-api bun test
|
Loading…
Reference in New Issue