Skip to content

Commit 509447c

Browse files
fixup
1 parent bf0c55c commit 509447c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ jobs:
5656
uses: angular/dev-infra/github-actions/bazel/configure-remote@f072244090ead81c3fc2446317a1d4d7a6727537
5757
- name: Install node modules
5858
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
6161
- name: Test build
6262
run: yarn devtools:build:chrome
6363
- name: Install Cypress
64-
run: yarn add cypress@14.4.1
64+
run: yarn global add cypress@14.4.1
6565
- name: Cypress run
6666
uses: cypress-io/github-action@v6
6767
with:
68-
project: ./devtools/cypress
68+
command: cypress run --project ./devtools/cypress
6969
start: yarn bazel run //devtools/src:devserver
7070
wait-on: 'http://localhost:4200'
7171
wait-on-timeout: 300

0 commit comments

Comments
 (0)