Skip to content

Commit

Permalink
build: debug yarn [REVERT ME]
Browse files Browse the repository at this point in the history
  • Loading branch information
tkajtoch committed May 13, 2024
1 parent b6a0eb2 commit 34769f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
env:
GIT_BRANCH: "${BUILDKITE_BRANCH}"
GIT_PULL_REQUEST_ID: "${BUILDKITE_PULL_REQUEST}"
- depends_on: "deploy-docs"
- # depends_on: "deploy-docs"
label: ":camera_with_flash: Visual regression tests"
command: ".buildkite/scripts/visual_regression/run_loki.sh"
artifact_paths:
Expand Down
6 changes: 6 additions & 0 deletions .buildkite/scripts/visual_regression/run_loki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ else
exit 1
fi

echo "current user: $(whoami)"

source $HOME/.bash_profile

nvm use default

# Install dependencies
yarn

Expand Down

0 comments on commit 34769f5

Please sign in to comment.