Skip to content

Commit

Permalink
Use directory a level up to prevent editorconfig to check metafacture…
Browse files Browse the repository at this point in the history
…-fix installation (#1997)
  • Loading branch information
dr0i committed May 23, 2024
1 parent 9dfcaaa commit ef15d36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ jobs:
# cd ..
- name: Install metafacture-fix
run: |
cd ..
git clone https://github.com/metafacture/metafacture-fix.git
cd metafacture-fix
git checkout 1.0.0
./gradlew publishToMavenLocal
cd ..
cd -
- name: Build with Maven
run: |
mvn install
Expand Down

0 comments on commit ef15d36

Please sign in to comment.