Skip to content

Update phpunit config #50

Update phpunit config

Update phpunit config #50

Workflow file for this run

name: Configuration Pipeline
on:
push:
branches:
- develop
paths:
- '.github/workflows/configuration.yml'
- 'modules/Configuration/**'
jobs:
splitsh:
name: ⏩ Update Module Repository
uses: elephox-dev/framework/.github/workflows/splitsh.yml@develop
with:
repo: 'elephox-dev/configuration'
dir: 'modules/Configuration/'
secrets:
deploy_key: ${{ secrets.SPLITSH_CONFIGURATION_KEY }}