Skip to content

Commit

Permalink
ci: load additional windows cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Oct 23, 2023
1 parent 66b77be commit a3c81d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ function _setupE2ETestsLinux {
function _setupE2ETestsWindows {
echo "Setup E2E Tests Linux"
loadCacheFromWindowsBuildJob
loadCache verdaccio-cache $CODEBUILD_SRC_DIR/../verdaccio-cache
loadCache verdaccio-cache $CODEBUILD_SRC_DIR/../verdaccio-cache windows
loadCache all-binaries $CODEBUILD_SRC_DIR/out windows
_installCLIFromLocalRegistry
_loadTestAccountCredentials
_setShell
Expand Down

0 comments on commit a3c81d0

Please sign in to comment.