Skip to content

Commit 8e3a043

Browse files
committed
no message
1 parent 4f1b0d4 commit 8e3a043

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/pr.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656

5757
test-orchestrator:
5858
runs-on: macos-15
59+
env:
60+
BUNDLE_GEMFILE: ${{ github.workspace }}/.github/DangerFiles/Gemfile
5961
outputs:
6062
libs: ${{ steps.test-orchestrator.outputs.libs }}
6163
steps:
@@ -84,14 +86,15 @@ jobs:
8486
fetch-depth: 100
8587
# This is dangerous without the member check
8688
ref: ${{ github.event.pull_request.head.sha }}
89+
- uses: ruby/setup-ruby@v1
90+
with:
91+
ruby-version: '3.3'
92+
bundler-cache: true
8793
- name: Determine Tests to Run
8894
id: test-orchestrator
8995
env:
9096
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91-
run: |
92-
cd .github/DangerFiles
93-
bundle update && bundle install
94-
bundle exec danger --dangerfile=.github/DangerFiles/TestOrchestrator.rb --danger_id="TestOrchestrator"
97+
run: bundle exec danger --dangerfile=.github/DangerFiles/TestOrchestrator.rb --danger_id="TestOrchestrator"
9598

9699
ios-pr:
97100
needs: [test-orchestrator]

0 commit comments

Comments
 (0)