We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c67124 commit 3e5531cCopy full SHA for 3e5531c
1 file changed
.github/workflows/docs.yml
@@ -28,6 +28,8 @@ jobs:
28
cache: pnpm
29
- name: Install Dependencies
30
run: pnpm install --frozen-lockfile
31
+ - name: Run Addon Build
32
+ run: pnpm build
33
- name: Lint
34
run: pnpm --filter docs lint
35
@@ -45,7 +47,7 @@ jobs:
45
47
46
48
49
- - name: Run addon build
50
51
run: pnpm build
52
- name: Run Tests
53
run: pnpm --filter docs test:ember
@@ -65,7 +67,7 @@ jobs:
65
67
66
68
69
70
71
72
73
run: pnpm --filter docs build
0 commit comments