Skip to content

MET-5444 Made each step of validation workflow independent from each … #633

MET-5444 Made each step of validation workflow independent from each …

MET-5444 Made each step of validation workflow independent from each … #633

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Install media software
uses: europeana/metis-actions/actions/media-software-install-steps@main
- name: Build code and Sonar Analyze
uses: europeana/metis-actions/actions/build-analyze@main
with:
sonar_organization: europeana
sonar_project_key: europeana_metis-sandbox
sonar_token: ${{ secrets.METIS_SONAR_TOKEN }}