Skip to content

Commit 29c57b3

Browse files
committed
ci(node): re-enable md tests
1 parent 0edce2a commit 29c57b3

File tree

1 file changed

+25
-28
lines changed

1 file changed

+25
-28
lines changed

.circleci/config.yml

Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -57,37 +57,34 @@ jobs:
5757
steps:
5858
- checkout
5959
- run:
60-
name: Disabled
61-
command: echo "temporarily disabled"
62-
# - run:
63-
# name: Install Dependencies
64-
# command: |
65-
# # install system dependeicies
66-
# sudo apt-get update
67-
# sudo apt-get install -y redis-server redis-tools lsof libssl-dev
60+
name: Install Dependencies
61+
command: |
62+
# install system dependeicies
63+
sudo apt-get update
64+
sudo apt-get install -y redis-server redis-tools lsof libssl-dev
6865
69-
# # install nvm
70-
# curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
71-
# export NVM_DIR="/home/circleci/.nvm"
72-
# source $NVM_DIR/nvm.sh
73-
# nvm install "v11.15.0"
66+
# install nvm
67+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
68+
export NVM_DIR="/home/circleci/.nvm"
69+
source $NVM_DIR/nvm.sh
70+
nvm install "v11.15.0"
7471
75-
# # install yarn & components (ganache-cli ilp-settlement-xrp conventional-changelog-cli)
76-
# curl -o- -L https://yarnpkg.com/install.sh | bash
77-
# export PATH="/home/circleci/.yarn/bin:/home/circleci/.config/yarn/global/node_modules/.bin:$PATH"
78-
# yarn global add ganache-cli ilp-settlement-xrp conventional-changelog-cli
72+
# install yarn & components (ganache-cli ilp-settlement-xrp conventional-changelog-cli)
73+
curl -o- -L https://yarnpkg.com/install.sh | bash
74+
export PATH="/home/circleci/.yarn/bin:/home/circleci/.config/yarn/global/node_modules/.bin:$PATH"
75+
yarn global add ganache-cli ilp-settlement-xrp conventional-changelog-cli
7976
80-
# # env
81-
# echo 'export NVM_DIR="/home/circleci/.nvm"' >> ${BASH_ENV}
82-
# echo 'source $NVM_DIR/nvm.sh' >> ${BASH_ENV}
83-
# echo "export PATH=/home/circleci/.cargo/bin:$PATH" >> ${BASH_ENV}
84-
# - run:
85-
# name: Run run-md Test
86-
# command: |
87-
# scripts/run-md-test.sh '^.*$' 1
88-
# - store_artifacts:
89-
# path: /tmp/run-md-test
90-
# destination: run-md-test
77+
# env
78+
echo 'export NVM_DIR="/home/circleci/.nvm"' >> ${BASH_ENV}
79+
echo 'source $NVM_DIR/nvm.sh' >> ${BASH_ENV}
80+
echo "export PATH=/home/circleci/.cargo/bin:$PATH" >> ${BASH_ENV}
81+
- run:
82+
name: Run run-md Test
83+
command: |
84+
scripts/run-md-test.sh '^.*$' 1
85+
- store_artifacts:
86+
path: /tmp/run-md-test
87+
destination: run-md-test
9188
update-docker-images:
9289
docker:
9390
- image: circleci/rust

0 commit comments

Comments
 (0)