Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
config path tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dbejarano820 committed Sep 23, 2023
1 parent 5042c7c commit d2b04b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ jobs:
- run: rm -rf /home/ubuntu/.madara/chains/dev
- name: Run Madara in background
run: target/release/madara --dev & sleep 15
- name: List Working level directories and files
run: ls -la
- name: Print Working Directory
run: pwd
- name: Run Gomu Gomu no Gatling Action
uses: keep-starknet-strange/gomu-gomu-no-gatling/.github/actions@main
with:
config_path: "benchmark.yml"
config_path: "./config/default.yaml"

0 comments on commit d2b04b9

Please sign in to comment.