#10 Updating build test
Some checks failed
DRB Build Tests / drb_build_and_test (push) Failing after 2m17s
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user