File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v4
1414 - run : cd docs && npm ci && npm run build
15- - name : Test unit
16- run : npm run test:unit
15+ - name : Test unit component
16+ run : npm ci && npm run test:unit
17+ - name : Test unit docs
18+ run : cd docs npm ci && npm run test:unit
1719 - uses : FirebaseExtended/action-hosting-deploy@v0
1820 with :
1921 repoToken : ' ${{ secrets.GITHUB_TOKEN }}'
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v4
1212 - run : cd docs && npm ci && npm run build
13- - name : Test unit
14- run : npm run test:unit
13+ - name : Test unit component
14+ run : npm ci && npm run test:unit
15+ - name : Test unit docs
16+ run : cd docs npm ci && npm run test:unit
1517 - uses : FirebaseExtended/action-hosting-deploy@v0
1618 with :
1719 repoToken : ' ${{ secrets.GITHUB_TOKEN }}'
You can’t perform that action at this time.
0 commit comments