Skip to content

Commit

Permalink
Revert "test: add yarn 3 test to standalone"
Browse files Browse the repository at this point in the history
This reverts commit 37be610.
  • Loading branch information
0.618 committed Mar 26, 2024
1 parent 095deb7 commit bc8573a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
11 changes: 0 additions & 11 deletions codebuild_specs/build_tests_standalone-yarn-3.yml

This file was deleted.

14 changes: 1 addition & 13 deletions shared-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ function _installAndCacheDependencies {
storeCache $CODEBUILD_SRC_DIR repo
storeCache $HOME/.cache .cache
}

function _buildLinux {
echo Linux Build
yarn --immutable
Expand Down Expand Up @@ -662,19 +663,6 @@ function _buildTestsStandalone {
yarn build-tests
}

function _buildTestsStandaloneYarn3 {
echo "Checking Yarn version"
yarn --version
echo "Set Yarn version to 3"
yarn set version stable
echo "Checking Yarn version"
yarn --version
echo "Running yarn install --immutable"
yarn install --immutable
echo "Running yarn build-tests"
yarn build-tests
}

function _waitForJobs {
file_path=$1
account_for_failures=$2
Expand Down

0 comments on commit bc8573a

Please sign in to comment.