Skip to content

Commit

Permalink
[customize] add installation command to actions so that tests & relea…
Browse files Browse the repository at this point in the history
…se can use the package in preparation
  • Loading branch information
SillyFreak committed Oct 26, 2024
1 parent 660208e commit 82231ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
exit 1
fi
- name: Install package locally
run: just install-preview

- name: Build package
run: |
just doc
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
with:
typst-version: ${{ matrix.typst-version }}

- name: Install package locally
run: just install-preview

- name: Run test suite
run: just test

Expand Down

0 comments on commit 82231ac

Please sign in to comment.