File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 npx license-checker --summary --onlyAllow "$DEV_LICENSES;$PROD_LICENSES" --excludePackages "$OK_BUT_NOT_AUTODETECTED"
3535
3636 - name : Run Cypress tests for web-component
37- uses : cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8
37+ uses : cypress-io/github-action@783cb3f07983868532cabaedaa1e6c00ff4786a8 # v7.1.9
3838 with :
3939 install : false
4040 start : |
Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6+ workflow_dispatch :
67jobs :
78 tests-on-windows :
89 runs-on : windows-latest
2526 npx nx test:once studio-web
2627
2728 - name : Cypress run for web-component
28- uses : cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8
29+ uses : cypress-io/github-action@783cb3f07983868532cabaedaa1e6c00ff4786a8 # v7.1.9
2930 with :
3031 install : true # fails on Windows with install: false
3132 start : |
You can’t perform that action at this time.
0 commit comments