Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Feb 2, 2024
1 parent 285d868 commit 8daa28d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ jobs:
run: |
.\.venv\Scripts\Activate.ps1
pytest -v -m backend\tests_common_api --cov
echo "Current Directory: $(pwd)"
- name: Debug Info
run: |
echo "Current Directory: $(pwd)"
echo "Contents of Current Directory: $(ls -la)"
# Add more debugging information as needed

# - name: AEDT Test
# timeout-minutes: 5
Expand Down

0 comments on commit 8daa28d

Please sign in to comment.