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 f6619ce commit 5d33e23
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,6 @@ jobs:
steps:
- checkout:
path: ./hmpps-approved-premises-api
# - run:
# name: "Install nodenv"
# command: |
# sudo apt-get update
# sudo apt-get install nodejs
# node -v
- run:
name: Install and set Linuxbrew
command: |
Expand All @@ -144,7 +138,9 @@ jobs:
echo 'export INFOPATH="/home/linuxbrew/.linuxbrew/share/info:$INFOPATH"' >> $BASH_ENV
- run:
name: "Install dependencies"
command: brew install node nodenv
command: |
export HOMEBREW_NO_INSTALL_CLEANUP=TRUE
brew install node nodenv
- run:
name: Clone ap-tools and UI
command: |
Expand Down

0 comments on commit 5d33e23

Please sign in to comment.