From dae06929c6dcc94fadab6189be2c01fc1852211c Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:28:11 +0000 Subject: [PATCH] debug workflow --- .github/workflows/debug.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/debug.yaml diff --git a/.github/workflows/debug.yaml b/.github/workflows/debug.yaml new file mode 100644 index 000000000..4887ce303 --- /dev/null +++ b/.github/workflows/debug.yaml @@ -0,0 +1,26 @@ +name: rust ci + +on: + push: + branches: ["debug*"] + +env: + DIEM_FORGE_NODE_BIN_PATH: ${{github.workspace}}/diem-node + LIBRA_CI: 1 + MODE_0L: "TESTNET" + +jobs: + debug: + timeout-minutes: 60 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + + - name: setup env + uses: ./.github/actions/build_env + + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + detached: true + timeout-minutes: 15