fix cd command
This commit is contained in:
@@ -6,7 +6,8 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo "🧪 Running BDD Tests..."
|
echo "🧪 Running BDD Tests..."
|
||||||
cd /Users/gabrielradureau/Work/Vibe/DanceLessonsCoach
|
SCRIPTS_DIR=$(dirname `realpath ${BASH_SOURCE[0]}`)
|
||||||
|
cd $SCRIPTS_DIR/..
|
||||||
|
|
||||||
# Check if we're in CI environment
|
# Check if we're in CI environment
|
||||||
if [ -n "$GITHUB_ACTIONS" ] || [ -n "$GITEA_ACTIONS" ]; then
|
if [ -n "$GITHUB_ACTIONS" ] || [ -n "$GITEA_ACTIONS" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user