Skip to content

Commit

Permalink
[#493] Update review pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
thawzintoe-ptut committed Jan 10, 2025
1 parent 18d42a1 commit 3a107dc
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/review_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,13 @@ jobs:
working-directory: ./template-compose
run: ./gradlew koverXmlReport

danger:
runs-on: ubuntu-latest
steps:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler-cache: true

- name: Cache gems
uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Run Danger
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bundle exec danger

0 comments on commit 3a107dc

Please sign in to comment.