Skip to content

Commit 74e138d

Browse files
committed
gha test 8
1 parent a385636 commit 74e138d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ 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}"
95-
make test-int TEST_SUITE=domain
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}"
9695
env:
9796
LINODE_TOKEN: ${{ env.LINODE_TOKEN }}
9897

0 commit comments

Comments
 (0)