Skip to content

Commit 2cd4b08

Browse files
committed
correct commands
1 parent f8ffadc commit 2cd4b08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/visual_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,22 +86,22 @@ jobs:
8686

8787
- name: Build Dialtone library and documentation site (Vue 3)
8888
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
9090

9191
- name: Run Visual Tests (Vue 3)
9292
if: needs.filter-actions.outputs.dialtone-vue-3 == 'true'
9393
env:
9494
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
9595
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
9797

9898
- name: Build Dialtone library and documentation site (Vue 2)
9999
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
101101

102102
- name: Run Visual Tests (Vue 2)
103103
if: needs.filter-actions.outputs.dialtone-vue-2 == 'true'
104104
env:
105105
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
106106
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

0 commit comments

Comments
 (0)