Skip to content

Commit

Permalink
2.x: Removed extra lines to debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisioFG committed Jul 2, 2024
1 parent 81623ae commit 2277810
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ce-dev-devel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@ jobs:
- uses: actions/checkout@v4
with:
ref: '2.x-devel'
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install modules
run: yarn install --production=false --global
- name: List modules installed
run: yarn list --depth=0
run: yarn install --production=false
- name: Pack the JS
run: yarn oclif pack tarballs --targets=linux-x64,linux-arm,linux-arm64 --no-xz
- name: Rename the dist/* files
Expand All @@ -46,8 +41,6 @@ jobs:
run: |
/bin/sh docker-images/export.sh --version devel --image-name ce-dev --dockerfile-path base-devel
/bin/sh docker-images/export.sh --version devel --image-name ce-dev-controller --dockerfile-path controller-devel
sudo chmod +x bin/dev.js
/bin/sh templates/prebuild.sh --template ce-dev-devel.compose.yml --devel
- name: Testing templates
run: |
sudo chmod +x bin/dev.js
Expand Down

0 comments on commit 2277810

Please sign in to comment.