Skip to content

Commit

Permalink
runner instead of phw2
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Jul 30, 2024
1 parent 54053c4 commit 91dea10
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,20 @@ 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
- 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
Expand Down

0 comments on commit 91dea10

Please sign in to comment.