Skip to content

Collect test coverage for both unit & NixOS integration tests #4

Collect test coverage for both unit & NixOS integration tests

Collect test coverage for both unit & NixOS integration tests #4

Workflow file for this run

name: Publish to FlakeHub
on:
push:
tags:
- "v?[0-9]+.[0-9]+.[0-9]+*"
workflow_dispatch:
inputs:
tag:
description: The existing tag to publish to FlakeHub
type: string
required: true
jobs:
publish-flakehub:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
with:
ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}"
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/flakehub-push@main
with:
visibility: public
name: pdtpartners/nix-snapshotter
tag: "${{ inputs.tag }}"