Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Taras.Hots committed Mar 15, 2024
1 parent 0d6654a commit 66ec39f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
test:

runs-on: ubuntu-latest

needs: build

steps:
- uses: actions/checkout@v3
Expand Down
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ build:
${COMPOSE} pull --ignore-pull-failures --include-deps
${COMPOSE} build

start:
start: build
${COMPOSE} up -d

test:
docker build -f Dockerfile.multistage -t docker-go-do-it --progress plain --no-cache --target run-test-stage .

stop:
${COMPOSE} down

destroy: stop
${COMPOSE} rm --force --stop -v

# bash:
# ${COMPOSE} run app
${COMPOSE} rm --force --stop -v

0 comments on commit 66ec39f

Please sign in to comment.