Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayshah committed Aug 28, 2024
2 parents f82048c + 0b0edd6 commit bf8e9a2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/run-unit-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: UNIT Test

on: [push]

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

steps:
- uses: actions/checkout@v3

- uses: php-actions/composer@v6

- name: PHPUnit Tests
uses: php-actions/phpunit@master
env:
TEST_NAME: Scarlett
with:
version: 9.6
# bootstrap: vendor/autoload.php
configuration: test/phpunit.xml.dist
args: --coverage-text

0 comments on commit bf8e9a2

Please sign in to comment.