Skip to content

Commit 82e7ea6

Browse files
committed
Add ID to test workflow step
1 parent 8cd8ce5 commit 82e7ea6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: build
2525
run: npm run build
2626
- name: test
27+
id: test
2728
if: ${{ always() }}
2829
run: npm run test -- --coverage
2930
- name: Codecov

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: build
3232
run: npm run build
3333
- name: test
34+
id: test
3435
if: ${{ always() }}
3536
run: npm run test -- --coverage
3637
- name: Codecov

0 commit comments

Comments
 (0)