File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,10 @@ jobs:
7474 name : db-ux-${{ inputs.showcase }}
7575 path : build-showcases/${{ inputs.showcase }}
7676
77- # We test everything for patternhub and main branch or in case of any aria-snapshot changes
77+ # We test everything for patternhub and main branch
7878 - name : 👩🔬 Test showcase with Playwright 🎭
7979 shell : bash
80- if : |
81- needs.test-showcase-react.outputs.aria-snapshots-changed-to-main == 'true' ||
82- needs.test-showcase-angular.outputs.aria-snapshots-changed-to-main == 'true' ||
83- needs.test-showcase-vue.outputs.aria-snapshots-changed-to-main == 'true' ||
84- github.event.pull_request == null
80+ if : github.event.pull_request == null
8581 env :
8682 NEXT_PUBLIC_BASE_PATH : ${{ inputs.path }}
8783 run : |
You can’t perform that action at this time.
0 commit comments