Skip to content

Commit 4eeaa01

Browse files
author
kr-2003
committed
ci
1 parent 03c5cb9 commit 4eeaa01

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,13 @@ jobs:
280280
# Run Playwright tests
281281
npx playwright test
282282
283-
- name: Upload Playwright Test Results
284-
if: ${{ always() }}
285-
uses: actions/upload-artifact@v4
286-
with:
287-
name: playwright-test-results-${{ matrix.os }}
288-
path: /Users/runner/work/xeus-cpp/xeus-cpp/ui-test/src/
289-
retention-days: 7
283+
# - name: Upload Playwright Test Results
284+
# if: ${{ always() }}
285+
# uses: actions/upload-artifact@v4
286+
# with:
287+
# name: playwright-test-results-${{ matrix.os }}
288+
# path: /Users/runner/work/xeus-cpp/xeus-cpp/ui-test/src/
289+
# retention-days: 7
290290

291291
- name: Setup tmate session
292292
if: ${{ failure() && runner.debug }}
Binary file not shown.
1.43 KB
Loading

0 commit comments

Comments
 (0)