Skip to content

Commit 3ffb63f

Browse files
Merge pull request #667 from gemini-testing/TIRIVAL.e2e_full_report_year
chore: use 4-digit year to store e2e html reports
2 parents d23ead0 + 575d98f commit 3ffb63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: 'Prepare e2e tests: Setup env'
6464
run: |
6565
REPORT_PREFIX=testplane-reports
66-
REPORT_DATE=$(date '+%y-%m-%d')
66+
REPORT_DATE=$(date '+%Y-%m-%d')
6767
echo "DEST_REPORTS_DIR=$REPORT_PREFIX/$REPORT_DATE/${{ github.run_id }}/${{ github.run_attempt }}" >> $GITHUB_ENV
6868
6969
- name: Upload fixtures reports

0 commit comments

Comments
 (0)