feat: use ts objects and not ejs templates over json for config files #8207
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |