File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 4545 run : |
4646 # Create a temporary directory for build logs
4747 mkdir -p /tmp/build_logs
48- npm install -g eslint > /dev/null
48+ yarn global add eslint@latest
49+ yarn global add aws-cdk@latest
4950 # Function to build a single file
5051 build_file() {
5152 echo "Build File $1"
@@ -127,13 +128,6 @@ jobs:
127128 # Change to language directory
128129 cd ./${{ matrix.language }}
129130
130- # install CDK CLI from npm if not typescript, so that npx can find it later
131- # ts will use the one from the particular cdk app
132- if [[ ${{ matrix.language }} != 'typescript' ]]; then
133- npm install -g aws-cdk
134- npx cdk --version
135- fi
136-
137131 # Run the build_file function in parallel for each project to be built
138132 # Halt the execution if any of the build_file invocations fail
139133 echo "::group::Build Output"
You can’t perform that action at this time.
0 commit comments