Skip to content

chore: bump DeterminateSystems/magic-nix-cache-action from 7 to 8 #387

chore: bump DeterminateSystems/magic-nix-cache-action from 7 to 8

chore: bump DeterminateSystems/magic-nix-cache-action from 7 to 8 #387

Workflow file for this run

---
name: "check and build"
on:
pull_request:
push:
branches:
- main
jobs:
tests:
uses: ./.github/workflows/wf_check.yaml
with:
NAME: hasura-auth
GIT_REF: ${{ github.event.pull_request.head.sha }}
build_artifacts:
uses: ./.github/workflows/wf_build_artifacts.yaml
with:
NAME: hasura-auth
VERSION: 0.0.0-dev # hardcoded to avoid rebuilding
DOCKER: true
GIT_REF: ${{ github.event.pull_request.head.sha }}