Skip to content

Commit 2277810

Browse files
committed
2.x: Removed extra lines to debug tests
1 parent 81623ae commit 2277810

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ce-dev-devel-linux.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@ jobs:
1717
- uses: actions/checkout@v4
1818
with:
1919
ref: '2.x-devel'
20-
- uses: actions/setup-node@v4
21-
with:
22-
node-version: 20
2320
- 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
2722
- name: Pack the JS
2823
run: yarn oclif pack tarballs --targets=linux-x64,linux-arm,linux-arm64 --no-xz
2924
- name: Rename the dist/* files
@@ -46,8 +41,6 @@ jobs:
4641
run: |
4742
/bin/sh docker-images/export.sh --version devel --image-name ce-dev --dockerfile-path base-devel
4843
/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
5144
- name: Testing templates
5245
run: |
5346
sudo chmod +x bin/dev.js

0 commit comments

Comments
 (0)