Skip to content

Commit

Permalink
Ruby reachables test
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 16, 2025
1 parent e00a3b8 commit ac9771f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/java-reachables-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,20 @@ jobs:
run: |
cd repotests/campsite/api
bundle install
env:
BUNDLE_PATH: vendor/bundle
- name: generate sbom with reachables
run: |
echo "ATOM_RUBY_HOME: ${ATOM_RUBY_HOME}"
echo "BUNDLE_PATH: ${BUNDLE_PATH}"
cd repotests/campsite/api
node $GITHUB_WORKSPACE/bin/cdxgen.js -p -t ruby --profile research -o bom.json .
ls -lh
cp bom.json *.slices.json $GITHUB_WORKSPACE/rubyresults
env:
BUNDLE_PATH: vendor/bundle
CDXGEN_DEBUG_MODE: debug
ATOM_RUBY_HOME: ${{ steps.ruby34.outputs.ruby-prefix }}

BUNDLE_PATH: ${{ github.workspace/repotests/campsite/api/vendor/bundle }}
- uses: actions/upload-artifact@v4
with:
name: rubyresults
Expand Down

0 comments on commit ac9771f

Please sign in to comment.