From 7c177da71a316a721fb81f89c731b1bc776ea761 Mon Sep 17 00:00:00 2001 From: David Christensen Date: Mon, 5 Feb 2024 16:13:57 -0600 Subject: [PATCH] fix: remove junk --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5d1b93..378abab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,6 @@ jobs: runs-on: ubuntu-latest container: pgxn/pgxn-tools steps: - - run: env - - run: cat /etc/passwd - - run: cat /etc/sudoers - run: pg-start ${{ matrix.pg }} - uses: actions/checkout@v4 - run: chown -R postgres:postgres .