Skip to content

test: Added Files to Help in Bootstraping Testing #17

test: Added Files to Help in Bootstraping Testing

test: Added Files to Help in Bootstraping Testing #17

Workflow file for this run

name: PHP Build
on:
push:
branches: [ main , dev]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/[email protected]
with:
php-version: 8.3
extensions: mbstring, sqlsrv, iconv
tools: phpunit, composer
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: AB
run: ls $HOME/work/app
- name: Execute Tests
run: phpunit --configuration $HOME/work/app/tests/phpunit.xml