Skip to content

Commit a385636

Browse files
committed
gha test 7
1 parent f3f9847 commit a385636

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
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

0 commit comments

Comments
 (0)