From 9f5473f762ab09a5abff39218c211a0cc9d0e9f6 Mon Sep 17 00:00:00 2001 From: d-roak Date: Sun, 24 Sep 2023 00:37:58 +0900 Subject: [PATCH] enable logging in the action --- .github/actions/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/action.yml b/.github/actions/action.yml index c7f8a38..8244d3a 100644 --- a/.github/actions/action.yml +++ b/.github/actions/action.yml @@ -14,5 +14,5 @@ runs: shell: bash - run: chmod +x gatling shell: bash - - run: ./gatling shoot -c ${{ inputs.config_path }} + - run: RUST_LOG=info ./gatling shoot -c ${{ inputs.config_path }} shell: bash