#10 Updating build test
Some checks failed
DRB Build Tests / drb_build_and_test (push) Failing after 2m17s

- Adding the pi user in the test environment to match raspbian
This commit is contained in:
Logan Cusano
2024-04-21 01:46:34 -04:00
parent 560ed401cf
commit 59bfdbe143

View File

@@ -63,7 +63,9 @@ jobs:
- name: Run setup process
working-directory: "./client"
run: make
run: |
useradd -m -s /bin/bash pi
make
- run: echo "Node has finished installing dependencies"