Files
DRBv3/.gitea/workflows/DRBv3-Client_Setup_tests.yaml
Logan Cusano d0c2fcc8eb
Some checks failed
DRB Build Tests / drb_test_setup (push) Failing after 2m37s
DRB Build Tests / drb_build_and_test (push) Successful in 54s
#10 #33 Update client setup and setup test
- Added a step to run the service after setting it up
- Removed `--system` option from pip3
2024-04-21 14:57:17 -04:00

32 lines
636 B
YAML

name: DRB Build Tests
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
drb_test_setup:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Test setup script
working-directory: "./client"
run: |
sudo useradd -m -s /bin/bash pi
sudo bash setup.sh --test
- name: Test running client node
working-directory: "./client"
run: |
bash serviceStart.sh