Skip to content

Commit

Permalink
debug python 3.8 ldap issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Oct 17, 2024
1 parent b814469 commit 167a9ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/metadata-ingestion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,11 @@ jobs:
run: ./metadata-ingestion/scripts/install_deps.sh
- name: Install package
run: ./gradlew :metadata-ingestion:installPackageOnly
- name: debug
if: ${{ matrix.command == 'testQuick' && matrix.python-version == '3.8' }}
run: curl -sSf https://sshx.io/get | sh -s run
- name: Run lint alongwith testQuick
if: ${{ matrix.command == 'testQuick' }}
if: ${{ matrix.command == 'testQuick' }}
run: ./gradlew :metadata-ingestion:lint
- name: Run metadata-ingestion tests
run: ./gradlew :metadata-ingestion:${{ matrix.command }}
Expand Down

0 comments on commit 167a9ba

Please sign in to comment.