Skip to content

Create compress-bresser.lua (#82) #318

Create compress-bresser.lua (#82)

Create compress-bresser.lua (#82) #318

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-unstable
#- uses: cachix/cachix-action@v10
# with:
# name: mycache
# signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-shell shell.nix --run "make run"