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