Skip to content

Commit 8fdfea7

Browse files
authored
Update config.yml
1 parent 99ff8ca commit 8fdfea7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- run:
88
name: checking out qa framework repo
9-
command: git clone --branch master https://github.com/appirio-tech/qa-framework-js.git ../qa-framework
9+
command: git clone --branch master https://$GITUSER:$GITPASSWD@github.com/appirio-tech/qa-framework-js.git ../qa-framework
1010
- checkout
1111
- restore_cache:
1212
key: test-node-modules-{{ .Environment.CACHE_VERSION }}-{{ checksum "package-lock.json" }}
@@ -32,6 +32,7 @@ jobs:
3232
command: |
3333
cd $HOME/qa-framework
3434
npm install
35+
npm test
3536
pwd
3637
3738
# Just tests commited code.

0 commit comments

Comments
 (0)