Skip to content

Commit

Permalink
[ACS-8862] Try SSH debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aonych committed Oct 4, 2024
1 parent 2f8cb20 commit ac258d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, '[skip tests]') }}
steps:
- uses: actions/checkout@v4
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
# provide access to SSH user that triggered the build
limit-access-to-actor: true
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.0.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0
- uses: aws-actions/configure-aws-credentials@v4
Expand Down Expand Up @@ -157,6 +152,11 @@ jobs:
KC_BUILD_NAME=$(echo ${BRANCH_NAME} | cut -c1-28 | tr /_ - | tr -d [:punct:] | awk '{print tolower($0)}')-${BUILD_NUMBER}
echo "KC_BUILD_NAME=$KC_BUILD_NAME" >> "$GITHUB_ENV"
echo $KC_BUILD_NAME
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
# provide access to SSH user that triggered the build
limit-access-to-actor: true
- name: "Test"
run: |
set +e
Expand Down

0 comments on commit ac258d6

Please sign in to comment.