Skip to content

Commit

Permalink
add tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed Apr 17, 2024
1 parent 9a9cddb commit 2eb3d67
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test_azure_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ jobs:
ref: ${{ env.NEBARI_GH_BRANCH }}
fetch-depth: 0

# DELETE THIS STEP - For debugging purposes only
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -91,3 +87,9 @@ jobs:
NEBARI_SECRET__default_images__jupyterhub: "quay.io/nebari/nebari-jupyterhub:${{ env.NEBARI_IMAGE_TAG }}"
NEBARI_SECRET__default_images__jupyterlab: "quay.io/nebari/nebari-jupyterlab:${{ env.NEBARI_IMAGE_TAG }}"
NEBARI_SECRET__default_images__dask_worker: "quay.io/nebari/nebari-dask-worker:${{ env.NEBARI_IMAGE_TAG }}"

# DELETE THIS STEP - For debugging purposes only
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

0 comments on commit 2eb3d67

Please sign in to comment.