Skip to content

Commit

Permalink
Temporary add metafacture-core build to actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
katauber committed Aug 30, 2023
1 parent 7945645 commit c2daaaf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c2daaaf

Please sign in to comment.