Skip to content

Merge pull request #1680 from pdtouch/tv4g1-issue1414-uo__unit #10

Merge pull request #1680 from pdtouch/tv4g1-issue1414-uo__unit

Merge pull request #1680 from pdtouch/tv4g1-issue1414-uo__unit #10

name: PHPUnit
on:
push:
branches:
- 4.x
- tv4g9-issue1455-upgradeDockers
jobs:
running-tests:
name: "Drupal 9.5: PHP 8.1"
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run Automated testing
uses: tripal/[email protected]
with:
directory-name: 'tripal'
modules: 'tripal tripal_biodb tripal_chado'
php-version: '8.1'
pgsql-version: '13'
drupal-version: '9.5.x-dev'
build-image: true
dockerfile: "UseTripalDockerBackupClause"