Skip to content

Commit

Permalink
CI/CD: step Test unit validation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Feb 17, 2024
1 parent c8dfc52 commit 5a83e28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: npm ci --legacy-peer-deps && npm run build
- name: Test unit
run: npm run test:unit
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: npm ci --legacy-peer-deps && npm run build
- name: Test unit
run: npm run test:unit
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit 5a83e28

Please sign in to comment.