Skip to content

Commit

Permalink
test: More e2e debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmilton committed Jul 14, 2024
1 parent 561f14f commit 6b78247
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
timeout-minutes: 10
steps:
- run: sudo apt-get install -y fonts-cantarell && sudo fc-cache -fv
- run: cp .github/workflows/fonts.conf ~/.config/fontconfig/fonts.conf
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/fonts.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<test name="family" qual="any">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Cantarell</string>
</edit>
</match>
</fontconfig>

0 comments on commit 6b78247

Please sign in to comment.