Skip to content

UHF-11137: Reusable test workflow #219

UHF-11137: Reusable test workflow

UHF-11137: Reusable test workflow #219

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: CI
jobs:
tests:
strategy:
matrix:
php-versions: ['8.3']
uses: city-of-helsinki/drupal-gh-actions/.github/workflows/module-tests.yml@main
with:
php_version: ${{ matrix.php-versions }}
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}