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 856e388 commit b8af9d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/java-reachables-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
run: |
corepack enable
corepack pnpm install
corepack pnpm install -g .
echo "${GITHUB_WORKSPACE}/node_modules/.bin" >> $GITHUB_PATH
rbastgen --help
mkdir -p repotests
mkdir -p rubyresults
- uses: actions/checkout@v4
Expand All @@ -97,14 +98,14 @@ 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
CDXGEN_DEBUG_MODE: debug
ATOM_RUBY_HOME: ${{ steps.ruby34.outputs.ruby-prefix }}

- uses: actions/upload-artifact@v4
with:
name: rubyresults
Expand Down

0 comments on commit b8af9d4

Please sign in to comment.