Skip to content

Commit

Permalink
fix(ref: no-ref): fix version (#1322)
Browse files Browse the repository at this point in the history
* fix(ref: no-ref): fix version

* fix(ref: no-ref): fix version
  • Loading branch information
andriikamaldinov1 authored Mar 18, 2024
1 parent 5b067b1 commit ec94a15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/scripts/quality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ else
fi

npm run test

npm run cypress:bash

npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/replace_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

current_directory=$(pwd)
echo "Current directory: $current_directory"

ls $current_directory
# Assign arguments to variables
custom_string="$1"

Expand Down

0 comments on commit ec94a15

Please sign in to comment.