From fcc66154fae13eab82ae25f847b5da066073ecd9 Mon Sep 17 00:00:00 2001 From: Yanqin Jin Date: Wed, 29 Apr 2020 14:57:32 -0700 Subject: [PATCH] Try to debug with tmate --- .github/workflows/sanity_check.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sanity_check.yml b/.github/workflows/sanity_check.yml index 1e0209dad..3360bb8b8 100644 --- a/.github/workflows/sanity_check.yml +++ b/.github/workflows/sanity_check.yml @@ -13,6 +13,9 @@ jobs: git remote add upstream https://github.com/facebook/rocksdb.git && git fetch upstream git fetch origin + - name: Setup tmate session + uses: mxschmitt/action-tmate@v2 + - name: Where am I run: | echo git status && git status