MET-5961 update unit tests and method to retrieve detection per dataset #737
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: push | |
jobs: | |
ci: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install media software | |
uses: europeana/metis-actions/actions/media-software-install-steps@jdk21 | |
- name: Build code and Sonar Analyze | |
uses: europeana/metis-actions/actions/build-analyze@jdk21 | |
with: | |
sonar_organization: europeana | |
sonar_project_key: europeana_metis-sandbox | |
sonar_token: ${{ secrets.METIS_SONAR_TOKEN }} | |
- name: Upload all jars to target-jars | |
uses: europeana/metis-actions/actions/upload-target-jars@jdk21 | |
docker-build_metis-sandbox: | |
needs: ci | |
uses: europeana/metis-actions/.github/workflows/docker-build-push.yml@jdk21 | |
with: | |
docker-organization: europeana | |
docker-image-name: metis-sandbox | |
project-path: ./ | |
secrets: | |
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }} | |
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }} |