From 54053c47731a8fc997ea900c1b1c73bfc2aed0fc Mon Sep 17 00:00:00 2001 From: Patrick Wang Date: Tue, 30 Jul 2024 01:57:45 +0000 Subject: [PATCH] viewing users --- .github/workflows/tests_ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests_ci.yml b/.github/workflows/tests_ci.yml index 696ef2f1..8785e855 100644 --- a/.github/workflows/tests_ci.yml +++ b/.github/workflows/tests_ci.yml @@ -32,6 +32,7 @@ jobs: # We need to switch to a non-root user to run Postgres. - name: Install dependencies run: | + cut -d: -f1 /etc/passwd su - phw2 ./dependencies/install_dependencies.sh exit