Skip to content

refactor: new getTableCountEvaluator() helper function to remove dupl… #8208

refactor: new getTableCountEvaluator() helper function to remove dupl…

refactor: new getTableCountEvaluator() helper function to remove dupl… #8208

name: Commit Workflow
on:
push:
branches-ignore: [main, develop]
jobs:
build-and-test:
uses: ./.github/workflows/buildAndTest.yml
e2e-tests:
needs: build-and-test
uses: ./.github/workflows/triggerE2EForCommit.yml
secrets: inherit
with:
vscodeVersion: 'latest'
runId: ${{ github.run_id }}