We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6254025 commit 153f514Copy full SHA for 153f514
1 file changed
.github/workflows/pyatlan-pr.yaml
@@ -64,12 +64,12 @@ jobs:
64
# run: |
65
# ./qa-checks
66
67
- - name: Run unit tests
68
- env: # Test tenant environment variables
69
- ATLAN_API_KEY: ${{ secrets.ATLAN_API_KEY }}
70
- ATLAN_BASE_URL: ${{ secrets.ATLAN_BASE_URL }}
71
- # Run with `pytest-sugar` for enhancing the overall test report output
72
- run: pytest tests/unit --force-sugar
+ # - name: Run unit tests
+ # env: # Test tenant environment variables
+ # ATLAN_API_KEY: ${{ secrets.ATLAN_API_KEY }}
+ # ATLAN_BASE_URL: ${{ secrets.ATLAN_BASE_URL }}
+ # # Run with `pytest-sugar` for enhancing the overall test report output
+ # run: pytest tests/unit --force-sugar
73
74
- name: Prepare integration tests distribution
75
id: distribute-integration-test-files
0 commit comments