diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index ae00e8e255..e49502670e 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -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"