Skip to content

Commit

Permalink
Update commands.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Jul 18, 2024
1 parent cb854bd commit 5d7caf9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ jobs:
app-id: ${{ secrets.COMMAND_APP_ID }}
private-key: ${{ secrets.COMMAND_APP_KEY }}

# - name: Install stable toolchain
# run: |
# rustup install $RUST_STABLE_VERSION
# rustup default $RUST_STABLE_VERSION
# # rustup target add wasm32-unknown-unknown
# # rustup component add rust-src
# cargo install subweight frame-omni-bencher


- name: Fetch cache
uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
with:
Expand Down Expand Up @@ -68,7 +59,7 @@ jobs:
body: `Command started! [Link to pipeline](${context.runId})`
})
# return `${command} ${args}`.trim();
// return `${command} ${args}`.trim();
return `bench --runtime kusama --pallet pallet_indices`;
- name: Run cmd.sh
Expand Down

0 comments on commit 5d7caf9

Please sign in to comment.