File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments