File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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
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
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='{
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')
You can’t perform that action at this time.
0 commit comments