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 b8af9d4 commit e00a3b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/java-reachables-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ jobs:
run: |
corepack enable
corepack pnpm install
echo "${GITHUB_WORKSPACE}/node_modules/.bin" >> $GITHUB_PATH
echo "${GITHUB_WORKSPACE}/node_modules/.bin" >> "$GITHUB_PATH"
- name: Check pre-reqs
run: |
echo "PATH: ${PATH}"
rbastgen --help
mkdir -p repotests
mkdir -p rubyresults
Expand Down

0 comments on commit e00a3b8

Please sign in to comment.