Files
DRBv3/.gitea/workflows/DRBv3-Client_Setup_tests.yaml
T
Logan Cusano 737b493b23
DRB Build Tests / test_setup (push) Failing after 8s
DRB Build Tests / drb_build_and_test (push) Failing after 56s
#10 Updated client setup test action
- Added working dir for setup test
2024-04-21 02:14:32 -04:00

27 lines
508 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: |
# Run the setup script with sudo
sudo bash setup_script.sh