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