We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d23ead0 + 575d98f commit 3ffb63fCopy full SHA for 3ffb63f
.github/workflows/e2e.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: 'Prepare e2e tests: Setup env'
64
run: |
65
REPORT_PREFIX=testplane-reports
66
- REPORT_DATE=$(date '+%y-%m-%d')
+ REPORT_DATE=$(date '+%Y-%m-%d')
67
echo "DEST_REPORTS_DIR=$REPORT_PREFIX/$REPORT_DATE/${{ github.run_id }}/${{ github.run_attempt }}" >> $GITHUB_ENV
68
69
- name: Upload fixtures reports
0 commit comments