Skip to content

Commit 3c5f4e1

Browse files
committed
only npm install once
1 parent 1b4a979 commit 3c5f4e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ jobs:
8181
working-directory: repo
8282
run: |
8383
npm install
84-
npm install aws-cdk
8584
if [ -n "${{ matrix.cdk-version }}" ]; then
8685
npm install aws-cdk@${{ matrix.cdk-version }}
86+
else
87+
npm install aws-cdk
8788
fi
8889
echo "$(pwd)/bin" >> $GITHUB_PATH
8990

0 commit comments

Comments
 (0)