Skip to content

feat: add workflow for triggering E2E tests for server-side SDK #308

feat: add workflow for triggering E2E tests for server-side SDK

feat: add workflow for triggering E2E tests for server-side SDK #308

name: Analyze Commit Messages
on:
pull_request:
permissions:
pull-requests: write
contents: write
jobs:
analyze-commits:
name: Generate docs and coverage report
uses: ./.github/workflows/analyze-commits.yml
with:
isTest: true
installSharedCommitLintConfig: true