Fix workflows

This commit is contained in:
Christopher Schnick 2022-03-10 19:43:33 +01:00
parent 770d7be208
commit 883f4b4b3a
3 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: Build
name: API Build
on: []

View file

@ -1,4 +1,4 @@
name: Build
name: API Publish
on: []

View file

@ -1,4 +1,4 @@
name: Build
name: Core Build
on: [push, pull_request]
@ -17,6 +17,9 @@ jobs:
steps:
- name: Git checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.GH_PAT }}
submodules: 'true'
- name: Set up GraalVM
uses: graalvm/setup-graalvm@v1