Skip to content

Commit

Permalink
add e2e integration test to cover multiple yarn packages in same repo
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Šoltis <[email protected]>
  • Loading branch information
slimreaper35 committed Jan 5, 2024
1 parent c2e5f59 commit 81974e7
Show file tree
Hide file tree
Showing 5 changed files with 1,221 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
environment_variables:
- kind: literal
name: YARN_ENABLE_GLOBAL_CACHE
value: 'false'
- kind: literal
name: YARN_ENABLE_IMMUTABLE_CACHE
value: 'false'
- kind: literal
name: YARN_ENABLE_MIRROR
value: 'true'
- kind: path
name: YARN_GLOBAL_FOLDER
value: deps/yarn
project_files: []
Loading

0 comments on commit 81974e7

Please sign in to comment.