Skip to content

Commit 04248b8

Browse files
authored
Update config.yml
1 parent 8fdfea7 commit 04248b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 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://$GITUSER:$GITPASSWD@github.com/appirio-tech/qa-framework-js.git ../qa-framework
9+
command: git clone --branch develop 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" }}
@@ -31,6 +31,9 @@ jobs:
3131
name: Running qa frame work
3232
command: |
3333
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
3437
npm install
3538
npm test
3639
pwd

0 commit comments

Comments
 (0)