Skip to content

Commit

Permalink
ci: use attach_workspace to restore dist artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Feb 29, 2020
1 parent 60cdac7 commit b257044
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Expand Up @@ -34,6 +34,8 @@ jobs:
- checkout
- restore_cache:
key: *cache_key
- attach_workspace:
at: dist
- run: npm run test.ci -- --reporters=default --reporters=jest-junit --maxWorkers=2
test-e2e:
<<: *run_cypress
Expand All @@ -42,6 +44,8 @@ jobs:
- run: npm install
- restore_cache:
key: *cache_key
- attach_workspace:
at: dist
- run: npm run e2e

build-libs:
Expand Down

0 comments on commit b257044

Please sign in to comment.