From 86e0ae7c5b342c1d838db8c654993e09040002d8 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 20 Jul 2023 21:59:46 +0200 Subject: [PATCH] Revert DB tests --- .github/workflows/tests.yml | 1 - flake.nix | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a9b7239..fc6347a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,6 @@ jobs: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v22 - uses: DeterminateSystems/magic-nix-cache-action@main - - uses: HatsuneMiku3939/direnv-action@v1 - name: Test run: | nix flake check -L -j auto diff --git a/flake.nix b/flake.nix index 0756a9f..d9f8f1d 100644 --- a/flake.nix +++ b/flake.nix @@ -85,13 +85,11 @@ checkInputs = [ pkgs.inventoryDevEnv pkgs.postgresql_15 pkgs.overmind ]; checkPhase = '' mkdir -p $out - overmind start -D -l db - pytest --ds=network_inventory.settings.local \ + pytest --ds=network_inventory.settings.ram_test \ -nauto \ --nomigrations \ --cov=./src \ ./src - overmind quit ''; }; };