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 0e91ece commit 856e388
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/java-reachables-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
run: |
corepack enable
corepack pnpm install
corepack pnpm install -g .
mkdir -p repotests
mkdir -p rubyresults
- uses: actions/checkout@v4
Expand All @@ -96,7 +97,9 @@ jobs:
cd repotests/campsite/api
bundle install
echo "ATOM_RUBY_HOME: ${ATOM_RUBY_HOME}"
rbastgen --help
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
Expand Down

0 comments on commit 856e388

Please sign in to comment.