Skip to content

Commit 0ba3b6e

Browse files
committed
Added a working dir
1 parent 37bb8e2 commit 0ba3b6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test_evaluation_function.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
repository: 'lambda-feedback/Database-Testing'
4141
ref: main
4242
token: ${{ github.token }}
43+
path: Database-Testing
4344

4445
- name: Set up Python Environment
4546
uses: actions/setup-python@v5
@@ -48,6 +49,7 @@ jobs:
4849

4950
- name: Install Dependencies
5051
run: pip install -r requirements.txt
52+
working-directory: ./Database-Testing
5153

5254
- name: Run Test Script and Capture Results
5355
id: run_script
@@ -63,6 +65,7 @@ jobs:
6365
LOG_LEVEL: DEBUG
6466
SQL_LIMIT: ${{ inputs.sql_limit }}
6567

68+
working-directory: ./Database-Testing
6669
run: |
6770
# 1. Prepare event payload as JSON for the lambda_handler
6871
EVENT_PAYLOAD='{
@@ -89,6 +92,7 @@ jobs:
8992
fi
9093
9194
- name: 📊 Create Job Summary Report
95+
working-directory: ./Database-Testing
9296
run: |
9397
REPORT_DATA=$(cat report_data.json)
9498
PASSES=$(echo $REPORT_DATA | jq -r '.pass_count')

0 commit comments

Comments
 (0)