Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devknown committed Jun 20, 2023
1 parent ef96191 commit 98150b3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push]

jobs:
unit-tests:
build-test:
runs-on: ubuntu-latest

steps:
Expand All @@ -13,6 +13,9 @@ jobs:

- name: PHPUnit Tests
uses: php-actions/phpunit@master
env:
TEST_NAME: Test
with:
bootstrap: vendor/autoload.php
run: phpunit tests/Devknown/AlphaIDTest.php
configuration: test/phpunit.xml
args: --coverage-text

0 comments on commit 98150b3

Please sign in to comment.