Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 committed Dec 4, 2024
1 parent 24d1b3e commit fe7bfb0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/scripts/test-extensions-creators-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash

set -eo pipefail

Expand Down Expand Up @@ -34,7 +34,7 @@ validate_tagged_extension_creator() {
# generate skeleton app
npm init @rancher/extension@${TAG} test-pkg --app-name test-app | cat

pushd test-pkg > /dev/null
cd test-pkg

# install dependencies
yarn install
Expand All @@ -44,6 +44,9 @@ validate_tagged_extension_creator() {


if [ $UPDATE == "true" ]; then
pushd $DIR > /dev/null
cd test-pkg

echo "*** ***************************************** ***"
echo "*** Testing FULL UPGRADE path for extensions ***"
echo "*** ***************************************** ***"
Expand Down

0 comments on commit fe7bfb0

Please sign in to comment.