Skip to content

Commit

Permalink
Test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jzempel committed Nov 16, 2023
1 parent 8b60143 commit 4585c4b
Show file tree
Hide file tree
Showing 2 changed files with 2,549 additions and 42,159 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- run: npm exec -- lerna run build --concurrency=2 # prevent out-of-memory
- *persist_to_workspace

test:
<<: *executor
steps:
- *attach_workspace
- run: npm run test:ci -- --runInBand
- run: '[ $COVERALLS_REPO_TOKEN ] && npm exec -- coveralls < .cache/coverage/lcov.info || true'
- *persist_to_workspace
# test:
# <<: *executor
# steps:
# - *attach_workspace
# - run: npm run test:ci -- --runInBand
# - run: '[ $COVERALLS_REPO_TOKEN ] && npm exec -- coveralls < .cache/coverage/lcov.info || true'
# - *persist_to_workspace

deploy:
<<: *executor
Expand Down
Loading

0 comments on commit 4585c4b

Please sign in to comment.