Skip to content

Commit

Permalink
Add job to run e2e tests on feature branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
danhumphreys-moj committed Sep 11, 2024
1 parent 5d33e23 commit 6faf1d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ jobs:
- run:
name: "Install dependencies"
command: |
export HOMEBREW_NO_INSTALL_CLEANUP=TRUE
brew install node nodenv
- run:
name: Clone ap-tools and UI
Expand All @@ -148,7 +147,7 @@ jobs:
git clone https://github.com/ministryofjustice/hmpps-temporary-accommodation-ui.git
export LOCAL_CAS_API_PATH=/home/circleci/project/hmpps-approved-premises-api
export LOCAL_CAS_UI_PATH=/home/circleci/project/hmpps-temporary-accommodation-ui
./hmpps-temporary-accommodation-ui/script/setup
/bin/bash ./hmpps-temporary-accommodation-ui/script/setup
printenv
ls
build:
Expand Down

0 comments on commit 6faf1d3

Please sign in to comment.