We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ec565 commit aa107d5Copy full SHA for aa107d5
.github/workflows/e2e-test.yml
@@ -91,7 +91,7 @@ jobs:
91
run: |
92
timestamp=$(date +'%Y%m%d%H%M')
93
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="domain" TEST_ARGS="--junitxml=${report_filename}"
+ 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
env:
96
LINODE_TOKEN: ${{ env.LINODE_TOKEN }}
97
0 commit comments