Skip to content

Merge pull request #874 from europeana/feat/MET-6275-Reset-Form-Field… #51

Merge pull request #874 from europeana/feat/MET-6275-Reset-Form-Field…

Merge pull request #874 from europeana/feat/MET-6275-Reset-Form-Field… #51

Workflow file for this run

name: '* CI'
on:
push
jobs:
run-unit:
name: 'tests'
uses: ./.github/workflows/run-tests.yaml
secrets: inherit
run-sonar:
needs: [run-unit]
uses: ./.github/workflows/run-sonar.yaml
secrets: inherit