forked from forks/microblog.pub
Fix CI
This commit is contained in:
parent
3ea1d955eb
commit
7dde059b95
1 changed files with 12 additions and 10 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -2,6 +2,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'v2'
|
- 'v2'
|
||||||
|
jobs:
|
||||||
|
tests:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install poetry
|
- name: Install poetry
|
||||||
|
|
Loading…
Reference in a new issue