Skip to content

Commit 9235f2e

Browse files
MichaelGHSegclaude
andcommitted
Add E2E_TEST_SUITES to e2e workflow for selective test execution
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 68bb74a commit 9235f2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
working-directory: sdk-e2e-tests
6666
env:
6767
CLI_COMMAND: java -jar ${{ github.workspace }}/sdk/${{ steps.find-jar.outputs.jar_path }}
68+
E2E_TEST_SUITES: basic,retry
69+
# E2E_TEST_SKIP: exponential-backoff # skip specific test files if needed
6870
run: npm test
6971

7072
- name: Upload test results

0 commit comments

Comments
 (0)