File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 run : |
9292 timestamp=$(date +'%Y%m%d%H%M')
9393 report_filename="${timestamp}_sdk_test_report.xml"
94- make test-int RUN_DB_FORK_TESTS=${{ github.event.inputs.run_db_fork_tests }} RUN_DB_TESTS=${{ github.event.inputs.run_db_tests }} TEST_SUITE="${{ github.event.inputs.test_suite }}" TEST_ARGS="--junitxml=${report_filename}"
94+ # make test-int RUN_DB_FORK_TESTS=${{ github.event.inputs.run_db_fork_tests }} RUN_DB_TESTS=${{ github.event.inputs.run_db_tests }} TEST_SUITE="${{ github.event.inputs.test_suite }}" TEST_ARGS="--junitxml=${report_filename}"
95+ make test-int TEST_SUITE=domain
9596 env :
9697 LINODE_TOKEN : ${{ env.LINODE_TOKEN }}
9798
@@ -217,7 +218,9 @@ jobs:
217218 run : |
218219 filename=$(ls | grep -E '^[0-9]{12}_sdk_test_report\.xml$')
219220 summary=$(python3 e2e_scripts/tod_scripts/generate_test_summary.py "${filename}")
220- echo "summary=$summary" >> $GITHUB_OUTPUT
221+ echo "summary<<EOF" >> $GITHUB_OUTPUT
222+ echo "$summary" >> $GITHUB_OUTPUT
223+ echo "EOF" >> $GITHUB_OUTPUT
221224
222225 notify-slack :
223226 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments