Skip to content

Build BE as GH workflow with nix build #6

Build BE as GH workflow with nix build

Build BE as GH workflow with nix build #6

Workflow file for this run

name: "Test"
on:
push:
pull_request:
jobs:
tests:
defaults:
run:
working-directory: backend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- uses: cachix/install-nix-action@v27
with nix_path: nixpkgs=channel:nixos-24.05

Check failure on line 14 in .github/workflows/test-nix.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test-nix.yml (Line: 14, Col: 11): Unexpected value 'with nix_path'
- run: nix build .#projectify-backend