Skip to content

chore(deps): bump DeterminateSystems/magic-nix-cache-action from 8 to 9 #44

chore(deps): bump DeterminateSystems/magic-nix-cache-action from 8 to 9

chore(deps): bump DeterminateSystems/magic-nix-cache-action from 8 to 9 #44

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@v9
with:
diagnostic-endpoint: ""
- name: Check out code
uses: actions/checkout@v4
- name: Test ${{ matrix.test }}
run: nix develop . --command task ${{ matrix.test }}