Skip to content

Update the citation. #7

Update the citation.

Update the citation. #7

# Run some PHPUnit tests
name: Test Coverage
on: [push, workflow_dispatch]
## UPDATES
## Update the version numbers in the job name and the action parameters
jobs:
run-coverage:
name: "Drupal 11.1.x-dev - PHP 8.3 - PostgreSQL 16"
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Automated testing + report coverage
uses: tripal/[email protected]
with:
directory-name: 'chado_search'
modules: 'chado_search example_ccsearch'
build-image: TRUE
dockerfile: 'Dockerfile'
php-version: 8.3
pgsql-version: 16
drupal-version: 11.1.x-dev
codeclimate-reporter-id: ${{ secrets.CODECLIMATE_TEST_REPORTER_ID }}