ci(e2e): do not run sync automatically (#24717)

This commit is contained in:
Liam DeBeasi
2022-02-04 11:27:16 -05:00
committed by GitHub
parent f5c5c3cffa
commit df84d155ea
5 changed files with 10 additions and 6 deletions

View File

@ -33,6 +33,10 @@ runs:
run: npm install
shell: bash
working-directory: ./angular/test/test-app
- name: Sync Built Changes
run: npm run sync
shell: bash
working-directory: ./angular/test/test-app
- name: Run Tests
run: npm run test
shell: bash