Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Oct 24, 2023
1 parent bdeda32 commit d909636
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,8 @@ jobs:
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx
restore-keys: |
${{ runner.os }}-buildx
- uses: isbang/[email protected]
with:
services: wordpress
key: ${{ runner.os }}-buildx-${{ hashFiles(scripts/Dockerfile.local) }}
- run: docker-compose up -d wordpress
env:
PHP_VERSION: ${{ matrix.php-versions }}
WOOCOMMERCE: 1
Expand All @@ -160,6 +156,7 @@ jobs:

# output docker-compose logs
- run: docker-compose logs --no-color
- run: docker-compose stop

checkstyle:
runs-on: 'ubuntu-20.04'
Expand Down

0 comments on commit d909636

Please sign in to comment.