File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v4
18
18
with :
19
19
ref : ' 2.x-devel'
20
- - uses : actions/setup-node@v4
21
- with :
22
- node-version : 20
23
20
- name : Install modules
24
- run : yarn install --production=false --global
25
- - name : List modules installed
26
- run : yarn list --depth=0
21
+ run : yarn install --production=false
27
22
- name : Pack the JS
28
23
run : yarn oclif pack tarballs --targets=linux-x64,linux-arm,linux-arm64 --no-xz
29
24
- name : Rename the dist/* files
46
41
run : |
47
42
/bin/sh docker-images/export.sh --version devel --image-name ce-dev --dockerfile-path base-devel
48
43
/bin/sh docker-images/export.sh --version devel --image-name ce-dev-controller --dockerfile-path controller-devel
49
- sudo chmod +x bin/dev.js
50
- /bin/sh templates/prebuild.sh --template ce-dev-devel.compose.yml --devel
51
44
- name : Testing templates
52
45
run : |
53
46
sudo chmod +x bin/dev.js
You can’t perform that action at this time.
0 commit comments