From 737b493b23a5d5d3e4f5a97f0e595b42e024287b Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 21 Apr 2024 02:14:32 -0400 Subject: [PATCH] #10 Updated client setup test action - Added working dir for setup test --- .gitea/workflows/DRBv3-Client_Setup_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/DRBv3-Client_Setup_tests.yaml b/.gitea/workflows/DRBv3-Client_Setup_tests.yaml index 2390464..20ae0cc 100644 --- a/.gitea/workflows/DRBv3-Client_Setup_tests.yaml +++ b/.gitea/workflows/DRBv3-Client_Setup_tests.yaml @@ -21,6 +21,7 @@ jobs: node-version: '20' - name: Test setup script + working-directory: "./client" run: | # Run the setup script with sudo sudo bash setup_script.sh \ No newline at end of file