Skip to content

Merge branch '2.x' of https://github.com/tripal/tripal_blast into 2.x #7

Merge branch '2.x' of https://github.com/tripal/tripal_blast into 2.x

Merge branch '2.x' of https://github.com/tripal/tripal_blast into 2.x #7

name: PHPUnit
on:
push:
branches:
- 2.x
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run Automated testing
uses: tripal/[email protected]
with:
directory-name: 'tripal_blast'
modules: 'tripal_blast'
php-version: '8.0'
pgsql-version: '13'
drupal-version: '9.4.x-dev'