Skip to content

Commit

Permalink
enable logging in the action
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Sep 23, 2023
1 parent 8629b53 commit 9f5473f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9f5473f

Please sign in to comment.