Skip to content

Commit

Permalink
ci: install binary in gh action (#15)
Browse files Browse the repository at this point in the history
* ci: install binary in gh action

* bash removal
  • Loading branch information
dbejarano820 authored Sep 22, 2023
1 parent 4e0a276 commit 5f25546
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ inputs:
runs:
using: "composite"
steps:
- run: cargo build --release
shell: bash
- run: ./target/release/gatling shoot --c ${{ inputs.config_path }}
shell: bash
- 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
- run: chmod +x gatling
- run: ./gatling shoot --c ${{ inputs.config_path }}

0 comments on commit 5f25546

Please sign in to comment.