From c2daaafd5bdef2139622d44e976f775dac7f7c00 Mon Sep 17 00:00:00 2001 From: katauber Date: Wed, 30 Aug 2023 10:40:59 +0200 Subject: [PATCH] Temporary add metafacture-core build to actions. --- .github/workflows/build.yml | 9 +++++++++ .github/workflows/test.yml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 069757f..62a0bb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,15 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout metafacture-core (temporary) + uses: actions/checkout@v2 + with: + path: metafacture-core + repository: metafacture/metafacture-core + ref: 5.5.1-rc1 + - name: Install metafacture-core (temporary) + working-directory: metafacture-core + run: ./gradlew install - name: Checkout metafacture-fix uses: actions/checkout@v2 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 85d2a2a..2808aca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,6 +8,15 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout metafacture-core (temporary) + uses: actions/checkout@v2 + with: + path: metafacture-core + repository: metafacture/metafacture-core + ref: 5.5.1-rc1 + - name: Install metafacture-core (temporary) + working-directory: metafacture-core + run: ./gradlew install - name: Checkout metafacture-fix uses: actions/checkout@v2 with: