Skip to content

Commit

Permalink
Cleaner run script for the test server
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Jun 2, 2018
1 parent 498d1ac commit df4397e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@ jobs:
- run: sudo apt-get install xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2
- run: sudo yarn global add bolt
- run: bolt
- run: CLOUDINARY_CLOUD_NAME=$CLOUDINARY_CLOUD_NAME CLOUDINARY_KEY=$CLOUDINARY_KEY CLOUDINARY_SECRET=$CLOUDINARY_SECRET yarn test:server:start
- run:
name: Starting test project
command: yarn test:server:start
environment:
CLOUDINARY_CLOUD_NAME: $CLOUDINARY_CLOUD_NAME
CLOUDINARY_KEY: $CLOUDINARY_KEY
CLOUDINARY_SECRET: $CLOUDINARY_SECRET
- save_cache:
paths:
- node_modules
Expand Down

0 comments on commit df4397e

Please sign in to comment.