Skip to content

Updating refs/heads/images-update-minio into main #45

Updating refs/heads/images-update-minio into main

Updating refs/heads/images-update-minio into main #45

Workflow file for this run

name: CI
concurrency:
group: "tests"
cancel-in-progress: false
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, ready_for_review, reopened]
jobs:
tests:
if: github.event.pull_request.draft == false
name: tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
test: ["tests", "validate"]
steps:
- uses: DeterminateSystems/nix-installer-action@v16
with:
diagnostic-endpoint: ""
- uses: DeterminateSystems/magic-nix-cache-action@v8
with:
diagnostic-endpoint: ""
- name: Check out code
uses: actions/checkout@v4
- name: Test ${{ matrix.test }}
run: nix develop . --command task ${{ matrix.test }}