File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,22 +86,22 @@ jobs:
86
86
87
87
- name : Build Dialtone library and documentation site (Vue 3)
88
88
if : needs.filter-actions.outputs.dialtone-vue-3 == 'true'
89
- run : pnpm nx run --verbose dialtone-vue3-documentation :build
89
+ run : pnpm nx run --verbose dialtone-vue3:build:documentation
90
90
91
91
- name : Run Visual Tests (Vue 3)
92
92
if : needs.filter-actions.outputs.dialtone-vue-3 == 'true'
93
93
env :
94
94
PERCY_TOKEN : ${{ secrets.PERCY_TOKEN }}
95
95
PERCY_TARGET_BRANCH : ${{ github.base_ref }}
96
- run : pnpm nx run --verbose dialtone-vue3-documentation :test:visual
96
+ run : pnpm nx run --verbose dialtone-vue3:test:visual
97
97
98
98
- name : Build Dialtone library and documentation site (Vue 2)
99
99
if : needs.filter-actions.outputs.dialtone-vue-2 == 'true'
100
- run : pnpm nx run --verbose dialtone-vue2-documentation :build
100
+ run : pnpm nx run --verbose dialtone-vue2:build:documentation
101
101
102
102
- name : Run Visual Tests (Vue 2)
103
103
if : needs.filter-actions.outputs.dialtone-vue-2 == 'true'
104
104
env :
105
105
PERCY_TOKEN : ${{ secrets.PERCY_TOKEN }}
106
106
PERCY_TARGET_BRANCH : ${{ github.base_ref }}
107
- run : pnpm nx run --verbose dialtone-vue2-documentation :test:visual
107
+ run : pnpm nx run --verbose dialtone-vue2:test:visual
You can’t perform that action at this time.
0 commit comments