We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f731764 commit a85a892Copy full SHA for a85a892
.github/workflows/test.yml
@@ -128,7 +128,7 @@ jobs:
128
- name: Test Node
129
run: |
130
yarn build:jasmine
131
- yarn test:node-esm
+ yarn test:node
132
- name: Test browser
133
if: matrix.os == 'ubuntu-latest' && matrix.node == '16'
134
run: yarn test:chrome-headless
@@ -213,7 +213,7 @@ jobs:
213
214
215
216
217
218
219
- name: ng-build yarn install
0 commit comments