Skip to content

Commit

Permalink
bump tests to 0.5.0 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaspleyer committed Oct 23, 2024
1 parent da0b345 commit 82450f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
run: typst compile lib.typ

- name: Create local package folder
run: mkdir -p ~/.local/share/typst/packages/local/peace-of-posters/0.4.3
run: mkdir -p ~/.local/share/typst/packages/local/peace-of-posters/0.5.0
- name: Copy files into package folder
run: cp -r . ~/.local/share/typst/packages/local/peace-of-posters/0.4.3
run: cp -r . ~/.local/share/typst/packages/local/peace-of-posters/0.5.0

# Create file which imports locally installed package
- name: Create testfile
run: echo '#import "@local/peace-of-posters:0.4.3" as pop' >> testfile.typ
run: echo '#import "@local/peace-of-posters:0.5.0" as pop' >> testfile.typ
- name: Compile testfile
run: typst compile testfile.typ

0 comments on commit 82450f9

Please sign in to comment.