Skip to content

Commit a8b2f95

Browse files
fix(config): update test command syntax for admin project in firebase-admin-deploy.yml
1 parent b22c9ae commit a8b2f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/firebase-admin-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: npm run lint:admin
6666

6767
- name: Test admin project
68-
run: npm run test:admin --watch=false --browsers=ChromeHeadless
68+
run: npm run test:admin -- --watch=false --browsers=ChromeHeadless
6969

7070
- name: Build admin project
7171
run: ng build admin --configuration=production

0 commit comments

Comments
 (0)