Skip to content

Allow long timeout for integration test #10

Allow long timeout for integration test

Allow long timeout for integration test #10

Workflow file for this run

name: Integration Tests
on: ['push', 'pull_request']
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
tools: composer:v2
coverage: xdebug
- name: Install Dependencies
run: composer install --no-interaction --prefer-dist --optimize-autoloader
- name: Configure mpl token
run: composer config --global --auth bearer.mpl "${{ secrets.MPL_TOKEN }}"
- name: Configure github token
run: composer config --global github-oauth.github.com "${{ secrets.MPL_MATOMO_GH_TOKEN }}"
- name: Tests
run: composer test:integration -- --ci