Skip to content

Commit

Permalink
Implements GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldtan committed Feb 17, 2021
1 parent 3bcc7f5 commit c5b4ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
php-versions: ['7.1', '7.2']
# Name the matrix build so we can tell them apart.
name: PHP Unit Testing of Analyzed Phenotypes Module (PHP ${{ matrix.php-versions }})
name: PHP Unit Testing of Chado Custom Search Module (PHP ${{ matrix.php-versions }})

# Service containers to run with `run-tests`
services:
Expand Down

0 comments on commit c5b4ce1

Please sign in to comment.