Skip to content

Commit 0e00b32

Browse files
chore: always upload the artifacts
1 parent b3d7657 commit 0e00b32

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
4747
- name: Archive test results
48+
if: always()
4849
uses: actions/upload-artifact@v4
4950
with:
5051
name: code-coverage-report

tests/e2e/config/flaky-tests-reporter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import fs from 'fs';
1515
import filenamify from 'filenamify';
1616

17-
t
1817
// Remove "steps" to prevent stringify circular structure.
1918
function formatTestResult( testResult ) {
2019
const result = { ...testResult, steps: undefined };

0 commit comments

Comments
 (0)