From b1a611dc27adb3164fcb186ebb7b56a1604cd67a Mon Sep 17 00:00:00 2001 From: Sanal P Date: Mon, 5 Feb 2024 20:31:36 -0700 Subject: [PATCH] Testing github actions. --- .github/workflows/build_dependencies.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build_dependencies.yml b/.github/workflows/build_dependencies.yml index 06b123778..6010eeb88 100644 --- a/.github/workflows/build_dependencies.yml +++ b/.github/workflows/build_dependencies.yml @@ -206,6 +206,13 @@ jobs: fail_on_cache_miss: true if: ${{ inputs.testing == 'True' && github.event_name != 'pull_request' && steps.restore-cache.outputs.cache-hit != 'true' }} + - uses: actions/checkout@v3 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true + detached: true + - name: Create and Test Package run: | sanitize=$([[ "${{ inputs.tooling }}" == "Sanitize" ]] && echo "True" || echo "False")