We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269aa65 commit e9fc3eaCopy full SHA for e9fc3ea
.github/workflows/test-e2e-pr.yml
@@ -30,7 +30,7 @@ jobs:
30
.map((c) => c.trim())
31
.filter((c) => /^[a-z\-\/]+$/.test(c))
32
.map((c) => `"\\/${c}\\/"`)
33
- components = [...new Set(components)].slice(0, 3).join(' ')
+ components = [...new Set(components)].join(' ')
34
core.setOutput('testComponents', components)
35
} else {
36
const warningString =`**[e2e-test-warn]**
0 commit comments