From 016295ff7140833e551d34f95f17a3a32b06550f Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 15 Dec 2023 01:38:29 -0500 Subject: [PATCH] debug --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8473e52..2622a67 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,9 +15,8 @@ jobs: - uses: cachix/install-nix-action@v18 with: nix_path: nixpkgs=channel:nixos-unstable - - run: | - ls - tree + - name: debug + run: ls && tree - name: Run tests run: nix-shell --run "with-pg-${{ matrix.pg-version }} make installcheck" - if: ${{ failure() }}