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