Skip to content

Commit 4815f2d

Browse files
committed
improve tests
1 parent 89b6101 commit 4815f2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131

3232
- uses: actions/checkout@v2
3333

34+
- name: Remove other aspects
35+
run: bit remove angular-v11 -s -f
36+
3437
- name: Add example app
3538
run: bit add examples/demo-lib-v12
3639

@@ -74,6 +77,9 @@ jobs:
7477

7578
- uses: actions/checkout@v2
7679

80+
- name: Remove other aspects
81+
run: bit remove angular-v12 -s -f
82+
7783
- name: Add example app
7884
run: bit add examples/demo-lib-v11
7985

0 commit comments

Comments
 (0)