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 8fdfea7 commit 04248b8Copy full SHA for 04248b8
.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://$GITUSER:$GITPASSWD@github.com/appirio-tech/qa-framework-js.git ../qa-framework
+ command: git clone --branch develop 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" }}
@@ -31,6 +31,9 @@ jobs:
31
name: Running qa frame work
32
command: |
33
cd $HOME/qa-framework
34
+ sudo chmod 777 /usr/local/lib/node_modules
35
+ sudo chmod 777 /usr/local/bin
36
+ mv -f test/config/ci-config.js test/config/config.js
37
npm install
38
npm test
39
pwd
0 commit comments