Skip to content

[workflows] upload-page-artifacts v2 -> v3 #12

[workflows] upload-page-artifacts v2 -> v3

[workflows] upload-page-artifacts v2 -> v3 #12

name: Run integration tests
on:
push:
# Runs on pushes targeting the default branch
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-22.04
timeout-minutes: 40
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install nix
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: NIXPKGS_ALLOW_INSECURE=1 nix flake check -L --impure