Check PREMIS validity after preprocessing #2423
Workflow file for this run
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
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
name: Tilt CI | |
jobs: | |
tilt-ci: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Create k8s cluster | |
uses: AbsaOSS/[email protected] | |
with: | |
cluster-name: sdps-ci | |
args: >- | |
--registry-create sdps-ci-registry | |
--no-lb | |
--k3s-arg "--no-deploy=traefik,servicelb,metrics-server@server:*" | |
- name: Install Tilt | |
uses: yokawasa/[email protected] | |
with: | |
setup-tools: | | |
tilt | |
tilt: v0.33.11 | |
- name: Check tilt ci | |
run: timeout 600 tilt ci |