Skip to content

Fix wrong SQL statement when creating foreign keys for DB2 #45

Fix wrong SQL statement when creating foreign keys for DB2

Fix wrong SQL statement when creating foreign keys for DB2 #45

# This workflow will build a Java project with Ant
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-ant
name: Build project
on:
push:
branches:
- feature/*
- issue/*
jobs:
execute-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
- name: Run unit tests
run: ./gradlew test