From 09219cf7fb0e6c7dc2b41944841d99b5b70085a1 Mon Sep 17 00:00:00 2001 From: Pierre Penninckx Date: Sun, 19 Nov 2023 23:45:22 -0800 Subject: [PATCH] remove demo workflow as it's not working --- .github/workflows/demo.yml | 16 ---------------- README.md | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 .github/workflows/demo.yml diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml deleted file mode 100644 index 75fb27d..0000000 --- a/.github/workflows/demo.yml +++ /dev/null @@ -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 diff --git a/README.md b/README.md index ace8f95..1f24ee2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ For each service, I intend to provide turn-key Nix options to setup: - [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