Skip to content

Build docker container as part of GH action #18

Build docker container as part of GH action

Build docker container as part of GH action #18

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@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-24.05
- run: nix build .#projectify-backend