Skip to content

Commit

Permalink
readd shell
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak authored Sep 22, 2023
1 parent 5f25546 commit ca3d1aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ runs:
using: "composite"
steps:
- run: wget https://github.com/keep-starknet-strange/gomu-gomu-no-gatling/releases/download/v0.0.2-1-alpha/x86_64-unknown-linux-gnu-gatling -O gatling
shell: bash
- run: chmod +x gatling
shell: bash
- run: ./gatling shoot --c ${{ inputs.config_path }}
shell: bash

0 comments on commit ca3d1aa

Please sign in to comment.