Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Jan 20, 2021
1 parent 6e026f5 commit ed9792f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ jobs:

- name: "Build Alpine image"
if: ${{ matrix.operating-system == 'ubuntu-latest' }}
run: docker build --file .github/workflows/alpine.dockerfile --build-arg=${{ matrix.php-version }} --tag testenv .
run: docker build
--file .github/workflows/alpine.dockerfile
--build-arg PHP_VERSION=${{ matrix.php-version }}
--tag testenv
.

- name: "Test under Alpine"
if: ${{ matrix.operating-system == 'ubuntu-latest' }}
Expand Down

0 comments on commit ed9792f

Please sign in to comment.