Skip to content

Commit

Permalink
fix: circle ci installation pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Aug 17, 2024
1 parent a171e60 commit e3b02b4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ orbs:
rust: circleci/[email protected]

jobs:
test:
integration-tests:
docker:
- image: node:18
- image: ubuntu:22.04
shell: /bin/bash
resource_class: large
parallelism: 10
steps:
- checkout
- go/install
- node/install
- python/install
- rust/install
- restore_cache:
name: Restore pnpm Package Cache
keys:
Expand Down

0 comments on commit e3b02b4

Please sign in to comment.