From 08fd2baed611a2e5d75b5ad0b504657ccb1d3575 Mon Sep 17 00:00:00 2001 From: Casey Waldren Date: Thu, 23 May 2024 16:59:33 -0700 Subject: [PATCH] once more --- .github/actions/ci/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ci/action.yml b/.github/actions/ci/action.yml index f136855..87b7b71 100644 --- a/.github/actions/ci/action.yml +++ b/.github/actions/ci/action.yml @@ -67,4 +67,4 @@ runs: with: use_server_key: true role_arn: ${{ inputs.aws-arn }} - command: lua ./examples/hello-lua-server/hello.lua + command: cd ./examples/hello-lua-server && lua hello.lua