File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9494
9595 - name : Test Angular Application
9696 working-directory : ./angular-auth-oidc-client-test
97- run : npm test -- --watch=false --browsers=ChromeHeadless
97+ run : npm test
9898
9999 - name : Build Angular Application
100100 working-directory : ./angular-auth-oidc-client-test
@@ -134,7 +134,7 @@ jobs:
134134
135135 - name : Test Angular Application
136136 working-directory : ./angular-auth-oidc-client-test
137- run : npm test -- --watch=false --browsers=ChromeHeadless
137+ run : npm test
138138
139139 - name : Build Angular Application
140140 working-directory : ./angular-auth-oidc-client-test
@@ -174,7 +174,7 @@ jobs:
174174
175175 - name : Test Angular Application
176176 working-directory : ./angular-auth-oidc-client-test
177- run : npm test -- --watch=false --browsers=ChromeHeadless
177+ run : npm test
178178
179179 - name : Build Angular Application
180180 working-directory : ./angular-auth-oidc-client-test
You can’t perform that action at this time.
0 commit comments