Skip to content

Commit

Permalink
Fix build sequence in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Jan 4, 2024
1 parent 47b5e03 commit feb357b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ jobs:
repository: languagetool-org/languagetool
path: ${{ env.LT_HOME }}
token: ${{ secrets.LT_OS_TOKEN }}
- name: Build LT
working-directory: ${{ env.LT_HOME }}
run: mvn clean install -DskipTests
- name: Build POS tagging dictionary
working-directory: ${{ env.PT_DICT_HOME }}
run: |
poetry run python "./pt_dict/scripts/build_tagger_dicts.py"
- name: Build LT
working-directory: ${{ env.LT_HOME }}
run: mvn clean install -DskipTests
- name: Build spelling dictionaries
working-directory: ${{ env.PT_DICT_HOME }}
run: |
Expand Down

0 comments on commit feb357b

Please sign in to comment.