File tree 2 files changed +2
-20
lines changed
template-compose/.github/workflows
2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 53
53
uses : ruby/setup-ruby@v1
54
54
with :
55
55
ruby-version : ' 2.7'
56
+ bundler-cache : true
56
57
57
58
- name : Cache gems
58
59
uses : actions/cache@v2
62
63
restore-keys : |
63
64
${{ runner.os }}-gems-
64
65
65
- - name : Install Bundle and check environment versions
66
- run : |
67
- echo 'Install Bundle'
68
- bundle config path vendor/bundle
69
- bundle install
70
- echo 'Check environment setup versions'
71
- ruby --version
72
- gem --version
73
- bundler --version
74
-
75
66
- name : Run Danger
76
67
env :
77
68
DANGER_GITHUB_API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 13
13
if : github.event.pull_request.draft == false
14
14
name : Review pull request
15
15
runs-on : ubuntu-latest
16
- environment : dev
16
+ environment : staging
17
17
timeout-minutes : 30
18
18
steps :
19
19
- name : Checkout source code
38
38
distribution : ' temurin'
39
39
java-version : ' 17'
40
40
41
- - name : Run Detekt
42
- run : ./gradlew detekt
43
-
44
- - name : Run Android Lint
45
- run : ./gradlew lintDevDebug
46
-
47
- - name : Run unit tests with Kover
48
- run : ./gradlew koverXmlReport
49
-
50
41
- name : Set up Ruby
51
42
uses : ruby/setup-ruby@v1
52
43
with :
You can’t perform that action at this time.
0 commit comments