1
0
Fork 0

remove demo workflow as it's not working

This commit is contained in:
Pierre Penninckx 2023-11-19 23:45:22 -08:00 committed by GitHub
parent bdb255d286
commit 09219cf7fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 17 deletions

View file

@ -1,16 +0,0 @@
name: "Demo"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: |
for d in ./demo;
do (cd "$d"; nix flake check)
done

View file

@ -19,7 +19,6 @@ For each service, I intend to provide turn-key Nix options to setup:
<!--toc:start-->
- [Supported Features](#supported-features)
- [Usage](#usage)
- [Demos](#demos)
- [Examples](#examples)
- [Add SSL configuration](#add-ssl-configuration)
- [Add LDAP and Authelia services](#add-ldap-and-authelia-services)
@ -725,6 +724,7 @@ $ nix run nixpkgs#openssl -- rand -hex 64
- [ ] Many more tests.
- [ ] Tests deploying to real nodes.
- [ ] DNS must be more configurable.
- [ ] Fix tests on nix-darwin.
## Links that helped