Skip to content

Commit cd00016

Browse files
committed
fix(ci): fix working directory
1 parent c9dddea commit cd00016

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish_v2_layer.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,8 @@ jobs:
7171
driver: docker
7272
platforms: linux/amd64,linux/arm64
7373
- name: install cdk and deps
74-
working-directory: ../
74+
working-directory: ./
7575
run: |
76-
ls -la
7776
npm install
7877
npx cdk --version
7978
- name: CDK build

.github/workflows/reusable_deploy_v2_layer_stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
poetry export --format requirements.txt --output requirements.txt
8686
pip install -r requirements.txt
8787
- name: install cdk and deps
88-
working-directory: ../
88+
working-directory: ./
8989
run: |
9090
npm install
9191
npx cdk --version

0 commit comments

Comments
 (0)