Skip to content

Commit cb7a273

Browse files
Anton StandrikAnton Standrik
authored andcommitted
fix: remove report dir befoew write
1 parent 6c7f7d3 commit cb7a273

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ jobs:
219219
else
220220
REPORT_DIR="main"
221221
fi
222+
rm -rf gh-pages/$REPORT_DIR
222223
mkdir -p gh-pages/$REPORT_DIR
223224
cp -r playwright-artifacts/playwright-report/* gh-pages/$REPORT_DIR/
224225

0 commit comments

Comments
 (0)