Skip to content

Commit 3ea721a

Browse files
authored
chore(ci): exclude playwright raw traces from archived artifacts (podman-desktop#7863)
Signed-off-by: Ondrej Dockal <[email protected]>
1 parent a66b501 commit 3ea721a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/e2e-main.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,4 @@ jobs:
101101
path: |
102102
./tests/output/
103103
./tests/**/output/junit*.xml
104+
!./tests/**/traces/raw

.github/workflows/pr-check.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -279,3 +279,4 @@ jobs:
279279
path: |
280280
./tests/output/
281281
./tests/**/output/junit*.xml
282+
!./tests/**/traces/raw

0 commit comments

Comments
 (0)