Skip to content

Commit

Permalink
test against database
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Jan 25, 2024
1 parent 56d8f9d commit 759b9c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
- name: Run Tests
run: vendor/bin/simple-phpunit --filter MakeVoterTest ${{ env.PHPUNIT_FLAGS }}

- name: Run entity Tests
run: vendor/bin/simple-phpunit --filter MakeEntityTest ${{ env.PHPUNIT_FLAGS }}

# coding-standards:
# name: "Coding Standards (${{ matrix.php-version }})"
#
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,7 @@ jobs:

- name: "Run tests"
run: vendor/bin/simple-phpunit --filter MakeVoterTest ${{ env.PHPUNIT_FLAGS }}

- name: "Run entity tests"
run: vendor/bin/simple-phpunit --filter MakeEntityTest ${{ env.PHPUNIT_FLAGS }}

0 comments on commit 759b9c1

Please sign in to comment.