Skip to content

Commit

Permalink
Debug git actions errors
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Dec 20, 2021
1 parent de002d5 commit 2e87cef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@ jobs:
run: |
cd $DRUPAL_ROOT/sites/all/modules/rawphenotypes
composer require --dev mheap/phpunit-github-actions-printer --quiet
composer update --ignore-platform-reqs
composer update --quiet
./vendor/bin/phpunit --printer mheap\\GithubActionsReporter\\Printer
25 changes: 0 additions & 25 deletions tests/ExampleTest.php

This file was deleted.

3 changes: 2 additions & 1 deletion tests/InstallTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Tests;
namespace Tests\install;

use StatonLab\TripalTestSuite\DBTransaction;
use StatonLab\TripalTestSuite\TripalTestCase;
Expand Down Expand Up @@ -33,6 +33,7 @@ public function testDBTablesExist() {
'pheno_project_user',
'pheno_backup_file',
);

foreach($tables as $table) {
$exists = db_table_exists($table);
$this->assertTrue($exists, "Checking that $table table exists.");
Expand Down

0 comments on commit 2e87cef

Please sign in to comment.