From 6b78247f0c6882684da66b1724075128eb6ca6ec Mon Sep 17 00:00:00 2001 From: Max Milton Date: Sun, 14 Jul 2024 14:04:20 +0900 Subject: [PATCH] test: More e2e debugging --- .github/workflows/ci.yml | 1 + .github/workflows/fonts.conf | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .github/workflows/fonts.conf diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44e849f0d..c67886754 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/.github/workflows/fonts.conf b/.github/workflows/fonts.conf new file mode 100644 index 000000000..9bd239dae --- /dev/null +++ b/.github/workflows/fonts.conf @@ -0,0 +1,12 @@ + + + + + + sans-serif + + + Cantarell + + +