We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a385636 commit 74e138dCopy full SHA for 74e138d
1 file changed
.github/workflows/e2e-test.yml
@@ -91,8 +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="${{ github.event.inputs.test_suite }}" TEST_ARGS="--junitxml=${report_filename}"
95
- make test-int TEST_SUITE=domain
+ 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}"
96
env:
97
LINODE_TOKEN: ${{ env.LINODE_TOKEN }}
98
0 commit comments