Skip to content

Commit

Permalink
Tweaks to repotests
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 28, 2025
1 parent 898ffd1 commit 294dc24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/repotests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
packages: 'platform-tools'
- run: sdkmanager --uninstall "build-tools;30.0.3"
- uses: swift-actions/setup-swift@v2
if: matrix.os == 'ubuntu-24.04' || matrix.os == 'ubuntu-24.04-arm'
if: matrix.os == 'ubuntu-24.04'
with:
swift-version: '6.0'
- name: Set up Python
Expand Down Expand Up @@ -458,6 +458,7 @@ jobs:
CDXGEN_DEBUG_MODE=debug bin/cdxgen.js -p -r -t clojure repotests/ziggurat -o bomresults/bom-clj.json --fail-on-error
shell: bash
- name: repotests swift-markdown
if: matrix.os == 'ubuntu-24.04'
run: |
CDXGEN_DEBUG_MODE=debug bin/cdxgen.js -p -r -t swift repotests/swift-markdown -o bomresults/bom-swift.json
CDXGEN_DEBUG_MODE=debug bin/cdxgen.js -p -r -t swift repotests/swift-markdown -o bomresults/bom-swift.json --profile research
Expand Down

0 comments on commit 294dc24

Please sign in to comment.