PolyProgrammist is testing out tlbgenerator for typescript #55
This file contains 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: Typescript Generator Tests | |
run-name: ${{ github.actor }} is testing out tlbgenerator for typescript | |
on: [push] | |
jobs: | |
Explore-GitHub-Actions: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: '20' | |
- run: npm install | |
- run: npm install -g ts-node | |
- run: npm run build | |
- run: ts-node generate_tests.ts | |
- run: npm run test |