Skip to content

Commit cd4d278

Browse files
committed
set path after aws-cdk installation
1 parent 4eb6455 commit cd4d278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
working-directory: repo
5454
run: |
5555
npm install
56-
echo "$(pwd)/bin" >> $GITHUB_PATH
5756
5857
- name: Install specific aws-cdk version
5958
working-directory: repo
@@ -63,6 +62,7 @@ jobs:
6362
else
6463
npm install aws-cdk
6564
fi
65+
echo "$(pwd)/bin" >> $GITHUB_PATH
6666
6767
- name: Verify specific aws-cdk version is used by cdklocal
6868
run: |

0 commit comments

Comments
 (0)