Skip to content

Commit

Permalink
php 7.2 debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Oct 24, 2023
1 parent 6b6b722 commit 9134601
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ jobs:
- run: npm install

# docker-compose up
- name: Cache Docker layers
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ hashFiles('scripts/Dockerfile.local') }}
- run: ls ${{ github.workspace }}/scripts
- run: pwd
- run: |
Expand All @@ -150,7 +145,7 @@ jobs:
WORDPRESS_FOLDER: test
RESET_DATABASE: 1
WORDPRESS_VERSION: ${{ matrix.wp-versions }}
- run: docker-compose up -d wordpress
- run: docker-compose up wordpress
env:
PHP_VERSION: ${{ matrix.php-versions }}
WOOCOMMERCE: 1
Expand Down

0 comments on commit 9134601

Please sign in to comment.