File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # .github/workflows/test_endpoint .yml
1+ # .github/workflows/test_evaluation_function .yml
22name : Endpoint Validation Test
33
44on :
7676 }'
7777
7878 # 2. Execute script and pipe the final JSON summary to a file
79- python3 test_endpoint .py <<< "$EVENT_PAYLOAD" > report_data.json
79+ python3 test_evaluation_function .py <<< "$EVENT_PAYLOAD" > report_data.json
8080
8181 # 3. Read the output file to get the JSON data
8282 REPORT_DATA=$(cat report_data.json)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ COPY requirements.txt .
66RUN pip install -r requirements.txt
77
88# Copy the function code
9- COPY app .py .
9+ COPY test_evaluation_function .py .
1010
1111# Set the CMD to your handler (app.lambda_handler)
1212CMD ["app.lambda_handler" ]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments