Skip to content

Create IntTests suite, they are comp tests which can be run within native image #480 #865

Create IntTests suite, they are comp tests which can be run within native image #480

Create IntTests suite, they are comp tests which can be run within native image #480 #865

Workflow file for this run

name: CI
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: graalvm/setup-graalvm@v1
with:
java-version: '21'
# ['version', 'gds-token', 'java-version', 'components', 'github-token', 'set-java-home', 'cache', 'check-for-updates', 'native-image-musl', 'native-image-job-reports', 'native-image-pr-reports']
- name: Build and Tests
run: ./gradlew build test compTest -i