Skip to content

Commit b52219f

Browse files
authored
chore: fix YAML for tests (#3)
1 parent 8269240 commit b52219f

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
name: Code checks
1+
name: unit tests
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- "**"
7+
tags:
8+
- "!**"
9+
workflow_call:
410

511
env:
6-
POETRY_VERSION: 1.8.2
12+
POETRY_VERSION: 1.8
713

814
jobs:
915
Tests:
@@ -35,7 +41,7 @@ jobs:
3541
with:
3642
path: .venv
3743
key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
38-
44+
3945
- name: Ensure cache is healthy
4046
if: steps.cache.outputs.cache-hit == 'true'
4147
shell: bash
@@ -49,4 +55,3 @@ jobs:
4955

5056
- name: Test the library
5157
run: poetry task check-all
52-

0 commit comments

Comments
 (0)