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 a4e48ac commit 7413759Copy full SHA for 7413759
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: pnpm i -f # re-sync injected deps
32
33
- name: Lint
34
- run: pnpm --filter ember-basic-dropdown lint
+ run: pnpm --filter ember-basic-dropdown --filter test-app lint
35
36
test:
37
name: "Tests"
0 commit comments