mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Fix workflows
This commit is contained in:
parent
770d7be208
commit
883f4b4b3a
3 changed files with 6 additions and 3 deletions
2
.github/workflows/api-build.yml
vendored
2
.github/workflows/api-build.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Build
|
name: API Build
|
||||||
|
|
||||||
on: []
|
on: []
|
||||||
|
|
||||||
|
|
2
.github/workflows/api-publish.yml
vendored
2
.github/workflows/api-publish.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Build
|
name: API Publish
|
||||||
|
|
||||||
on: []
|
on: []
|
||||||
|
|
||||||
|
|
5
.github/workflows/core-build.yml
vendored
5
.github/workflows/core-build.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Build
|
name: Core Build
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
@ -17,6 +17,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Git checkout
|
- name: Git checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GH_PAT }}
|
||||||
|
submodules: 'true'
|
||||||
|
|
||||||
- name: Set up GraalVM
|
- name: Set up GraalVM
|
||||||
uses: graalvm/setup-graalvm@v1
|
uses: graalvm/setup-graalvm@v1
|
||||||
|
|
Loading…
Reference in a new issue