Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Circle-CI image to supported version #240

Merged
merged 1 commit into from
Feb 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 10 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ jobs:
pushd samples/ts/ts-eventsourced-shopping-cart && npm install ../../../sdk/lightbend-akkaserverless-javascript-sdk-0.0.0.tgz && npm install && npm run build && npm test && popd

integration-tests:
machine: true
machine:
image: ubuntu-2004:202104-01
description: "integration tests"
steps:
- checkout-and-merge-to-main
Expand All @@ -224,7 +225,8 @@ jobs:
pushd samples/ts/ts-replicated-entity-shopping-cart && npm install ../../../sdk/lightbend-akkaserverless-javascript-sdk-0.0.0.tgz && npm install && npm run build && npm run integration-test && popd

tck-tests:
machine: true
machine:
image: ubuntu-2004:202104-01
description: "TCK tests"
steps:
- checkout-and-merge-to-main
Expand All @@ -236,7 +238,8 @@ jobs:
pushd tck && npm install && npm run tck && popd

validate-docs:
machine: true
machine:
image: ubuntu-2004:202104-01
description: "validate docs"
steps:
- checkout-and-merge-to-main
Expand Down Expand Up @@ -264,7 +267,8 @@ jobs:
pushd npm-js/akkasls-scripts && npm publish --access public && popd

publish-tck:
machine: true
machine:
image: ubuntu-2004:202104-01
description: "publish TCK"
steps:
- checkout
Expand All @@ -276,7 +280,8 @@ jobs:
pushd tck && nvm install && npm run docker-build && npm run docker-push && popd

publish-docs:
machine: true
machine:
image: ubuntu-2004:202104-01
description: "publish docs"
steps:
- checkout
Expand Down