From 1485e77d55c5cf69ccc08b1bd0090bae6f79e5d1 Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Wed, 29 May 2024 19:28:29 +0300 Subject: [PATCH] Add workflow step to set up debug session (commented) --- .github/workflows/integration_tests.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index e7c614348..945f1d013 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -34,7 +34,7 @@ jobs: with: go-version: "1.22.x" - - name: Setup Python + - name: Set up Python uses: actions/setup-python@v5 with: python-version: "3.x" @@ -48,6 +48,9 @@ jobs: run: | ansible-playbook data/ansible/integration_tests/main.yaml -i localhost, -c local -e "ansible_user=$(whoami) cgrates_dir=$GITHUB_WORKSPACE clone_repository=false install_go=false" + # - name: Set up tmate session for debugging + # uses: mxschmitt/action-tmate@v3 + - name: Run flaky tests continue-on-error: true run: |