Files
DRBv3/.gitea/workflows/DRBv3-Client_Setup_tests.yaml
T
Logan Cusano 8ba1ed36d8
DRB Build Tests / test_setup (push) Failing after 2m5s
DRB Build Tests / drb_build_and_test (push) Successful in 54s
#10 Update actions and setup script
- Removed the step to run the DRB client from socket tests
- Added a testing switch to the install script to return all preset values for all user input
- Added test switch to client setup action step
2024-04-21 02:28:37 -04:00

26 lines
465 B
YAML

name: DRB Build Tests
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
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 bash setup.sh --test