Skip to content

Commit 93df739

Browse files
committed
reset removed filed
1 parent b9508c9 commit 93df739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
env:
5454
SECRET_TOKEN: ${{ secrets.SECRET_TOKEN }}
5555
TEST_ENDPOINT: ${{ steps.deploy_stack.outputs.TEST_ENDPOINT }}
56-
run: cargo test
56+
run: cd lambda-integration-tests-ci && cargo test
5757
- name: cleanup
5858
if: always()
5959
env:

0 commit comments

Comments
 (0)