This repository was archived by the owner on May 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,24 @@ before_install:
5
5
- export PATH=$HOME/.yarn/bin:$PATH
6
6
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
7
7
script :
8
- - if [ "x${CORE_BRANCH}x" != "xx" ]; then npx publish_yalc_package .downstream_cache/core https://github.com/ui-router/core.git && yalc add @uirouter/core && export UPSTREAM_PKGS=@uirouter/core ; fi
9
- - tsc
10
- - yarn test
11
- - yarn docs
12
- - yarn test:downstream
8
+ - if [ "x${CORE_BRANCH}x" != "xx" ]; then npx publish_yalc_package .downstream_cache/core https://github.com/ui-router/core.git && yalc add @uirouter/core ; fi
9
+ - tsc &&
10
+ yarn test &&
11
+ yarn docs &&
12
+ yarn test:downstream
13
13
env :
14
14
matrix :
15
15
- CORE_BRANCH=
16
- - CORE_BRANCH=master
16
+ - CORE_BRANCH=master UPSTREAM_PKGS=@uirouter/core
17
17
notifications :
18
18
slack :
19
19
on_success : never
20
20
rooms :
21
21
secure : alXA+pERLtF4DNctl+WaISO3uzUA/JzVCzSrDlNsV9Jvx1HdAqRNbrrnNYzCZBIU6OOv5YBGFbq79v5NPKzMPzoR8dp3PahlxRgucxALweoTCXY5DuDHVSI9ULLl2PND7QOfKyUALuAz5nmT7omPVxRKCpBkVsqewLfMeW1MRgE=
22
22
sudo : false
23
+ git :
24
+ depth : 3
23
25
cache :
24
- yarn : true
25
26
directories :
26
- - " .downstream_cache"
27
27
- node_modules
28
+ - " .downstream_cache"
You can’t perform that action at this time.
0 commit comments