Skip to content

Commit 791e5ed

Browse files
committed
chore: fix working-directory for run command
1 parent 79ff186 commit 791e5ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
sam deploy --resolve-image-repos
6767
mvn clean test -B -q -Dtest.cloud.enabled=true -Dtest=CloudBasedIntegrationTest
6868
with:
69-
path: examples/
69+
working-directory: ./examples

0 commit comments

Comments
 (0)