Skip to content

Commit

Permalink
Fix declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrapela committed Jan 13, 2025
1 parent f909a62 commit c8a1bf7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .ibm/pipelines/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,10 @@ run_tests() {
local release_name=$1
local project=$2
project=${project}
local e2e_tests_dir="${DIR}/../../e2e-tests"
cd "${e2e_tests_dir}"
cd "${DIR}/../../e2e-tests"
local e2e_tests_dir
e2e_tests_dir=$(pwd)

yarn install
yarn playwright install chromium

Expand Down

0 comments on commit c8a1bf7

Please sign in to comment.