Commit 6a95d08
committed
add subpackages and use package.version in testing
the tests were failing because we were hardcoding the version inside the
tests.
moved that to use ${{package.version}} meaning it'll pass on every
update automatically.
the main package was also including docs and locales so moved that to
separate subpackages making the size of main package a little bit more
smaller.
Signed-off-by: kranurag7 <[email protected]>1 parent 79309be commit 6a95d08
1 file changed
+16
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
36 | 50 | | |
37 | 51 | | |
38 | 52 | | |
39 | 53 | | |
40 | 54 | | |
41 | 55 | | |
42 | 56 | | |
43 | | - | |
44 | 57 | | |
45 | 58 | | |
46 | 59 | | |
47 | | - | |
| 60 | + | |
48 | 61 | | |
49 | 62 | | |
50 | 63 | | |
51 | | - | |
| 64 | + | |
52 | 65 | | |
53 | 66 | | |
0 commit comments