Skip to content

Commit 58a27eb

Browse files
committed
Readd missing Actions step id
1 parent 17c1dc1 commit 58a27eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ on:
55
branches:
66
- main
77
- master
8+
paths:
9+
- "impressive_strawberry/**"
810
pull_request:
911
branches:
1012
- main
1113
- master
14+
paths:
15+
- "impressive_strawberry/**"
1216
workflow_call:
1317

1418

@@ -51,6 +55,7 @@ jobs:
5155
poetry-version: "1.3.1"
5256

5357
- name: "🔨 Setup Poetry Python environment"
58+
id: pyenv
5459
uses: Steffo99/actions-poetry-deps@v0.2.5
5560

5661
- name: "🧪 Run tests"

0 commit comments

Comments
 (0)