Skip to content

update to tycho 4.0.9 #1858

update to tycho 4.0.9

update to tycho 4.0.9 #1858

name: Build Integtests Xtext Examples Latest
on:
push:
pull_request:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 7 * * *'
jobs:
build_integ_xtext:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Build
run: xvfb-run scripts/integrationtests-xtext-examples.sh