Skip to content

OXDEV-7524 Draft Run Tests #15

OXDEV-7524 Draft Run Tests

OXDEV-7524 Draft Run Tests #15

Workflow file for this run

name: PHP Composer
on:
push:
branches: [ "b-8.0.x-drop-smarty-template-OXDEV-7524" ]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: composer install
- name: Run tests
run: php vendor/bin/phpunit tests