Skip to content

Implement a feature declaring a type to be a sequence #92

Implement a feature declaring a type to be a sequence

Implement a feature declaring a type to be a sequence #92

# Run unit tests on rt4 core sub-project (GitHub action)
name: rt4 core unit tests
on: [push]
permissions:
contents: read
jobs:
rt4-unit-tests-Ubuntu-jdk-17:
runs-on: ubuntu-latest
steps:
- run: echo "Branch ${{ github.ref }} of repository ${{ github.repository }}."
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
# This has to match the language version we're targeting
python-version: '3.11'
- name: Unit test with Gradle
run: ./gradlew --no-daemon rt4core:test