Skip to content

Commit

Permalink
Merge pull request #18 from 8090-inc/test-workflow
Browse files Browse the repository at this point in the history
Update workflow to not use docker compose to prevent lockups
  • Loading branch information
chrislott authored Sep 24, 2024
2 parents bf1cb5e + ba51010 commit b7379a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ jobs:
cp env-example.txt .env
echo "Contents of ${{ matrix.project }}:"
ls -la
echo "Running docker-compose up"
docker-compose up --build --force-recreate --renew-anon-volumes --remove-orphans
echo "Running docker-compose down"
docker-compose down --volumes --remove-orphans
echo "Running docker-compose build"
docker-compose build --no-cache
cd ..
env:
ACTIONS_STEP_DEBUG: true

0 comments on commit b7379a2

Please sign in to comment.