Merge pull request #1680 from pdtouch/tv4g1-issue1414-uo__unit #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |