Skip to content

Commit 7334dcc

Browse files
committed
add more logs for github actions
1 parent 8f774ab commit 7334dcc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -32,30 +32,30 @@ jobs:
3232
- uses: actions/checkout@v2
3333

3434
- name: Remove v11
35-
run: bit remove angular-v11 -s -f
35+
run: bit remove angular-v11 -s -f --log
3636

3737
- name: Remove v10
38-
run: bit remove angular-v10 -s -f
38+
run: bit remove angular-v10 -s -f --log
3939

4040
- name: Remove v9
41-
run: bit remove angular-v9 -s -f
41+
run: bit remove angular-v9 -s -f --log
4242

4343
- name: Remove v8
44-
run: bit remove angular-v8 -s -f
44+
run: bit remove angular-v8 -s -f --log
4545

4646
- name: Add example app
47-
run: bit add examples/demo-lib-v12
47+
run: bit add examples/demo-lib-v12 --log
4848

4949
- name: Install dependencies
50-
run: bit install
50+
run: bit install --log
5151

5252
# Compile the aspects
5353
- name: Bit compile aspects
5454
run: bit compile ng-packagr angular-eslint-config angular angular-v12 --log
5555

5656
# Run bit link to regenerate the package.json of the example component
5757
- name: Bit link
58-
run: bit link
58+
run: bit link --log
5959

6060
# Compile the example component
6161
- name: Bit compile example

0 commit comments

Comments
 (0)