Skip to content

Setup ReflectionBaseClass when accessing event names/classes #32

Setup ReflectionBaseClass when accessing event names/classes

Setup ReflectionBaseClass when accessing event names/classes #32

Workflow file for this run

name: Test on Push
on:
push:
branches: [ main ]
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Start Application
working-directory: local-development
run: ./dev_start.sh
- name: Run Tests
working-directory: local-development/php-backend-scripts
run: ./dev_all.sh