Skip to content

increment test-tripal-action version to access build-image and docker… #3

increment test-tripal-action version to access build-image and docker…

increment test-tripal-action version to access build-image and docker… #3

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