Skip to content

Commit c750ec6

Browse files
committed
Added missing ENV var for GH actions.
1 parent 3c74c82 commit c750ec6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/poetry.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
build-and-test:
2020
name: Build & Test (Python ${{ matrix.python-version }}
2121
runs-on: ubuntu-latest
22+
env:
23+
REPORTS_ARTIFACT: tests-reports
2224
strategy:
2325
fail-fast: false
2426
matrix:

0 commit comments

Comments
 (0)