Update
This commit is contained in:
parent
0f8b739705
commit
34dbfc1f86
1 changed files with 2 additions and 5 deletions
|
@ -14,13 +14,13 @@ jobs:
|
|||
- restore_cache:
|
||||
name: Restore Yarn Package Cache
|
||||
keys:
|
||||
- yarn-packages-{{ checksum "yarn.lock" }}
|
||||
- yarn-packages-{{ checksum "cider-yarn.lock" }}
|
||||
- run:
|
||||
name: Install Dependencies
|
||||
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
|
||||
- save_cache:
|
||||
name: Save Yarn Package Cache
|
||||
key: yarn-packages-{{ checksum "yarn.lock" }}
|
||||
key: yarn-packages-{{ checksum "cider-yarn.lock" }}
|
||||
paths:
|
||||
- ~/.cache/yarn
|
||||
- run:
|
||||
|
@ -38,9 +38,6 @@ jobs:
|
|||
name: Start X VNC Server
|
||||
command: x11vnc -forever -nopw -create
|
||||
background: true
|
||||
#- run:
|
||||
#name: Base Functionality Testing
|
||||
#command: yarn test
|
||||
- store_test_results:
|
||||
path: test-results
|
||||
- run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue