Skip to content

Commit

Permalink
2.x: Split test in more steps to better understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisioFG committed Jun 13, 2024
1 parent 3ec8073 commit d567e38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ce-dev-devel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ jobs:
/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
/bin/sh templates/prebuild.sh --template ce-dev-devel.compose.yml --devel
3 changes: 0 additions & 3 deletions templates/prebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ if [ $DEVEL = "yes" ]; then
CE_DEV_BIN="$OWN_DIR/bin/dev.js"
fi

echo $CE_DEV_BIN
exit 1

# Create a project.
# @param $1
# Project name.
Expand Down

0 comments on commit d567e38

Please sign in to comment.