File tree 6 files changed +14
-27
lines changed
6 files changed +14
-27
lines changed Original file line number Diff line number Diff line change 1
1
name : Kotlin Tests
2
- on : [push, pull_request]
2
+ on :
3
+ push :
4
+ branches :
5
+ - main
6
+ pull_request :
3
7
jobs :
4
8
test :
5
9
runs-on : ubuntu-latest # Assuming Kotlin projects can be built on Linux
21
25
${{ runner.os }}-gradle-
22
26
- uses : ruby/setup-ruby@v1
23
27
with :
24
- ruby-version : ' 3.3'
25
28
bundler-cache : true # Runs 'bundle install' and caches installed gems automatically
26
29
- name : Generate Kotlin Code & Run Tests
27
30
run : bundle exec rake test_kotlin
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
+ pull_request :
6
7
jobs :
7
8
test :
8
- env :
9
- CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
10
9
strategy :
11
10
fail-fast : false
12
11
matrix :
20
19
with :
21
20
ruby-version : ${{ matrix.ruby }}
22
21
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
23
- - name : Run tests
22
+ - name : Run tests and linter
24
23
run : bundle exec rake
Original file line number Diff line number Diff line change 1
1
name : Swift Tests
2
- on : [push, pull_request]
2
+ on :
3
+ push :
4
+ branches :
5
+ - main
6
+ pull_request :
3
7
jobs :
4
8
test :
5
9
runs-on : macos-latest
8
12
- uses : actions/checkout@v2
9
13
- uses : ruby/setup-ruby@v1
10
14
with :
11
- ruby-version : ' 3.3'
12
15
bundler-cache : true # Runs 'bundle install' and caches installed gems automatically
13
16
- name : Generate Swift Code & Run Tests
14
17
run : bundle exec rake test_swift
Original file line number Diff line number Diff line change 1
- 3.3.1
1
+ 3.3.3
Original file line number Diff line number Diff line change 80
80
yaml (0.3.0 )
81
81
82
82
PLATFORMS
83
+ arm64-darwin-23
83
84
ruby
84
85
x86_64-darwin-19
85
86
x86_64-linux
86
- arm64-darwin-23
87
87
88
88
DEPENDENCIES
89
89
arkana !
You can’t perform that action at this time.
0 commit comments