Skip to content

Commit

Permalink
Install schemas and compile translations
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Jan 8, 2024
1 parent 159358d commit 6d79fb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
run: pipx install --python ${{ env.python_version }} --pip-args=--constraint=.github/constraints.txt poetry
- name: Install dependencies
run: poetry install --no-interaction
- name: Install settings schemas
run: poetry run poe install-schemas
- name: Compile all translations
run: poetry run poe gettext-mo-all
- name: Gaphor self-test
run: xvfb-run poetry run gaphor --self-test
- name: Test
Expand Down

0 comments on commit 6d79fb7

Please sign in to comment.