Skip to content

Merge branch '4.x' into 4.x #13

Merge branch '4.x' into 4.x

Merge branch '4.x' into 4.x #13

name: PHPUnit
on:
push:
branches:
- 4.x
jobs:
running-tests:
name: "Drupal 10.0: PHP 8.2"
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.2'
pgsql-version: '13'
drupal-version: '10.0.x-dev'
build-image: true
dockerfile: "UseTripalDockerBackupClause"