From 91dea1066decad9e155472b6e0c6b914b2e03553 Mon Sep 17 00:00:00 2001 From: Patrick Wang Date: Tue, 30 Jul 2024 01:58:53 +0000 Subject: [PATCH] runner instead of phw2 --- .github/workflows/tests_ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests_ci.yml b/.github/workflows/tests_ci.yml index 8785e855..871998d7 100644 --- a/.github/workflows/tests_ci.yml +++ b/.github/workflows/tests_ci.yml @@ -32,14 +32,12 @@ jobs: # We need to switch to a non-root user to run Postgres. - name: Install dependencies run: | - cut -d: -f1 /etc/passwd - su - phw2 + su - runner ./dependencies/install_dependencies.sh exit - name: Run unit tests run: | - su - phw2 . "$HOME/.cargo/env" python scripts/run_unit_tests.py exit @@ -47,7 +45,7 @@ jobs: - name: Run integration test # Delete the workspace. Run once with a clean workspace. Run again from the existing workspace. run: | - su - phw2 + su - runner . "$HOME/.cargo/env" rm -rf ../dbgym_integtest_workspace ./scripts/integration_test.sh ssd