Fix more random tsc errors #414
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: Tests | |
| on: | |
| push: { } | |
| pull_request: { } | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| lfs: true | |
| - run: git lfs checkout | |
| - name: Checkout public submodules | |
| run: | | |
| git config --global url."https://github.com/".insteadOf "git@github.com:" | |
| git submodule update --init vertx-jooq-fork spellsource-ts-proto/ts-proto | |
| - uses: actions/setup-java@v4 | |
| with: | |
| java-version: '24' | |
| distribution: temurin | |
| - uses: actions/setup-node@v4 | |
| with: | |
| node-version: 22 | |
| - name: Test with Gradle | |
| run: ./gradlew --no-parallel spellsource-game:test |