Skip to content

Commit

Permalink
add names of steps tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Aug 23, 2024
1 parent 62441c1 commit c3c278d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v4
run: npm ci --legacy-peer-deps && npm run build
- name: Test unit
- name: Test unit library
run: npm run test:lib
- name: Test unit
- name: Test unit application
run: npm run test
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4
run: npm ci --legacy-peer-deps && npm run build
- name: Test unit
- name: Test unit library
run: npm run test:lib
- name: Test unit
- name: Test unit application
run: npm run test
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit c3c278d

Please sign in to comment.