Add workflow step to set up debug session (commented)

This commit is contained in:
ionutboangiu
2024-05-29 19:28:29 +03:00
committed by Dan Christian Bogos
parent 448eea3918
commit 1485e77d55

View File

@@ -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: |