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 @@ -56,16 +56,16 @@ jobs:
56
56
uses : angular/dev-infra/github-actions/bazel/configure-remote@f072244090ead81c3fc2446317a1d4d7a6727537
57
57
- name : Install node modules
58
58
run : yarn install --frozen-lockfile
59
- - name : Run unit tests
60
- run : yarn devtools:test
59
+ # - name: Run unit tests
60
+ # run: yarn devtools:test
61
61
- name : Test build
62
62
run : yarn devtools:build:chrome
63
63
- name : Install Cypress
64
- run : yarn add cypress@14.4.1
64
+ run : yarn global add cypress@14.4.1
65
65
- name : Cypress run
66
66
uses : cypress-io/github-action@v6
67
67
with :
68
- project : ./devtools/cypress
68
+ command : cypress run --project ./devtools/cypress
69
69
start : yarn bazel run //devtools/src:devserver
70
70
wait-on : ' http://localhost:4200'
71
71
wait-on-timeout : 300
You can’t perform that action at this time.
0 commit comments