Skip to content

Commit 5d19915

Browse files
prepare to comment on pr
1 parent 6498350 commit 5d19915

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,8 @@ runs:
8383
8484
- name: Upload test results
8585
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
86-
working-directory: ./tmp/mgccli-source
8786
with:
8887
name: pytest-results
89-
path: pytest_output.txt
90-
retention-days: 1
88+
path: ./tmp/mgccli-source/pytest_output.txt
89+
retention-days: 2
9190

0 commit comments

Comments
 (0)