Skip to content

Commit

Permalink
fix and test using alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed May 15, 2021
1 parent 96a79e3 commit 25461db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@ jobs:
name: Behat
runs-on: ubuntu-latest
container:
image: ghcr.io/mvorisek/image-php:${{ matrix.php }}-alpine
image: ghcr.io/mvorisek/image-php:${{ matrix.php }}-alpine-npm
strategy:
fail-fast: false
matrix:
php: ['latest-npm']
php: ['latest']
type: ['Chrome', 'Firefox', 'Chrome Lowest', 'Chrome Slow']
x: ['1', '2', '3', '4']
env:
Expand Down

0 comments on commit 25461db

Please sign in to comment.