Skip to content

Commit 3a85e06

Browse files
committed
test paths III
1 parent b9e2745 commit 3a85e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
types: [labeled, opened, synchronize, reopened, unlabeled]
99

1010
env:
11-
SHARED_PATH: ${{ github.workspace }}/../lambdas/shared
12-
LAMBDA_PATH: ${{ github.workspace }}/../lambdas
11+
SHARED_PATH: ${{ github.workspace }}/lambdas/shared
12+
LAMBDA_PATH: ${{ github.workspace }}/lambdas
1313

1414
jobs:
1515
lint-specification:

0 commit comments

Comments
 (0)