Skip to content

Commit

Permalink
Merge pull request #116 from kitakkun/feature/optimize_ci_workflow
Browse files Browse the repository at this point in the history
Optimize CI workflows
  • Loading branch information
kitakkun authored Jul 6, 2024
2 parents 62dfb3b + 4cfaac2 commit 999b407
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Review
on: pull_request

jobs:
build-and-test:
review-kotlin:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand Down Expand Up @@ -42,6 +42,19 @@ jobs:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bundle exec danger

review-flipper:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'

- name: Set up node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 999b407

Please sign in to comment.