Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Oct 24, 2023
1 parent d909636 commit abb7507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ hashFiles(scripts/Dockerfile.local) }}
key: ${{ runner.os }}-buildx-${{ hashFiles('scripts/Dockerfile.local') }}
- run: docker-compose up -d wordpress
env:
PHP_VERSION: ${{ matrix.php-versions }}
Expand Down

0 comments on commit abb7507

Please sign in to comment.