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