Skip to content

Production test

Production test #517

Workflow file for this run

name: Production test
on:
merge_group:
jobs:
build:
uses: ./.github/workflows/build.yaml
production-test:
needs: build
runs-on: UbuntuLatest32Cores128G
timeout-minutes: 5
permissions:
id-token: write # In order to request a JWT for AWS auth
contents: read # Specifying id-token wiped this out, so manually specify that this action is allowed to checkout this private repo
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/flakehub-cache-action@main
- uses: actions/[email protected]
with:
name: flakehub-push-X64-Linux
path: flakehub-push-X64-Linux
- name: Production test
uses: ./
with:
visibility: "hidden"
rolling-minor: 0
rolling: true
log-directives: "flakehub_push=trace"
logger: "pretty"
flakehub-push-binary: ./flakehub-push-X64-Linux/flakehub-push
_internal-strict-mode: true