Skip to content

Commit

Permalink
try try try try
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenjohnson committed Jul 24, 2024
1 parent 0d109fc commit 2e94b6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
- uses: actions/checkout@v2

- uses: hoverkraft-tech/compose-action@v2.0.1
# with:
# up-flags: --no-start

- run: docker network create wbs-dev > /dev/null

- run: docker compose build runner
- run: |
docker network create wbs-dev > /dev/null
docker compose build runner
- uses: ./.github/actions/push-ghcr
with:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ networks:
services:
runner:
image: wbs-dev-runner:latest
scale: 0
build:
context: .
stop_grace_period: 1s
Expand Down

0 comments on commit 2e94b6c

Please sign in to comment.