Lines Matching +full:fail +full:- +full:fast
7 name: PHP ${{ matrix.php-versions }} DokuWiki ${{ matrix.dokuwiki-branch }}
8 runs-on: macos-latest
13 php-versions: ['7.4']
14 dokuwiki-branch: [ 'master']
15 fail-fast: false
18 - name: Cache Vagrant boxes
22 key: ${{ runner.os }}-vagrant-${{ hashFiles('Vagrantfile') }}
23 restore-keys: |
24 ${{ runner.os }}-vagrant-
26 - name: Install AD
28 … wget https://github.com/splitbrain/vagrant-active-directory/archive/refs/heads/master.zip
31 cd vagrant-active-directory-master
35 - name: Checkout
38 - name: Setup PHP
39 uses: shivammathur/setup-php@v2
41 php-version: ${{ matrix.php-versions }}
44 - name: Setup problem matchers
46 echo ::add-matcher::${{ runner.tool_cache }}/php.json
47 echo ::add-matcher::${{ runner.tool_cache }}/phpunit.json
49 - name: Download DokuWiki Test-setup
50 run: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
52 - name: Run DokuWiki Test-setup
55 DOKUWIKI: ${{ matrix.dokuwiki-branch }}
58 - name: Setup PHPUnit
63 - name: Run PHPUnit
66 php phpunit.phar --verbose --stderr --group plugin_pureldap