From 5d7caf9e93eacc79e0a505077ebe0ce14cc7c956 Mon Sep 17 00:00:00 2001 From: Mak Date: Thu, 18 Jul 2024 22:50:17 +0100 Subject: [PATCH] Update commands.yml --- .github/workflows/commands.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 1555b0da35..85c2a81592 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -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: @@ -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