Skip to content

Commit c0e7d04

Browse files
authored
Merge branch 'main' into 1178-brand
2 parents 02d50cb + 0548ded commit c0e7d04

File tree

24 files changed

+157
-137
lines changed

24 files changed

+157
-137
lines changed

.github/workflows/02-e2e-showcases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: 🧪 with 🎭
1313
runs-on: ubuntu-latest
1414
container:
15-
image: mcr.microsoft.com/playwright:v1.32.3-focal
15+
image: mcr.microsoft.com/playwright:v1.35.1-focal
1616
strategy:
1717
fail-fast: false
1818
matrix:

.github/workflows/02-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: 🧪 with 🎭
1313
runs-on: ubuntu-latest
1414
container:
15-
image: mcr.microsoft.com/playwright:v1.32.3-focal
15+
image: mcr.microsoft.com/playwright:v1.35.1-focal
1616
strategy:
1717
fail-fast: false
1818
matrix:

.jscpd.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"**/output/**",
1616
"**/node_modules/**",
1717
"**/__snapshots__/**",
18+
"**/test-results/**",
1819
"**/*.spec.tsx",
1920
"**/.next/**",
2021
"**/.github/**",
-13 Bytes
Loading
-13 Bytes
Loading
-7 Bytes
Loading
-7 Bytes
Loading
4 Bytes
Loading
4 Bytes
Loading
-44 Bytes
Loading

0 commit comments

Comments
 (0)