We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ff8ca commit 8fdfea7Copy full SHA for 8fdfea7
.circleci/config.yml
@@ -6,7 +6,7 @@ jobs:
6
steps:
7
- run:
8
name: checking out qa framework repo
9
- command: git clone --branch master https://github.com/appirio-tech/qa-framework-js.git ../qa-framework
+ command: git clone --branch master https://$GITUSER:$GITPASSWD@github.com/appirio-tech/qa-framework-js.git ../qa-framework
10
- checkout
11
- restore_cache:
12
key: test-node-modules-{{ .Environment.CACHE_VERSION }}-{{ checksum "package-lock.json" }}
@@ -32,6 +32,7 @@ jobs:
32
command: |
33
cd $HOME/qa-framework
34
npm install
35
+ npm test
36
pwd
37
38
# Just tests commited code.
0 commit comments