Tweak CI
This commit is contained in:
parent
74e1d0720c
commit
45782010d5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue