Skip to content

flake: use garnix cache; gh action to use the same #75

flake: use garnix cache; gh action to use the same

flake: use garnix cache; gh action to use the same #75

Workflow file for this run

name: "CI"
on:
# Run only when pushing to master branch, and making PRs
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix --accept-flake-config build --no-link --print-out-paths .#e2e-playwright-test
- name: E2E tests
run: nix --accept-flake-config run .#e2e-playwright-test