Skip to content

[FEATURE] METS application profile validation #18

[FEATURE] METS application profile validation

[FEATURE] METS application profile validation #18

Workflow file for this run

name: Unit Testing
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
name: TYPO3
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: Build/Test/runTests.sh -s composerInstall -t 11.5
- name: Run unit tests
run: Build/Test/runTests.sh -s unit