From 45782010d5dd974d3843a488a9ab960a88d44817 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Wed, 22 Jun 2022 20:44:29 +0200 Subject: [PATCH] Tweak CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3627eb8..a8efde4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ on: jobs: tests: runs-on: ubuntu-latest + env: + MICROBLOGPUB_CONFIG_FILE: tests.toml steps: - uses: actions/checkout@v3 - name: Install poetry