File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
- name : CI
2
- on :
3
- pull_request :
4
- push :
5
- branches :
6
- - master
1
+ name : Test All
2
+ on : [pull_request]
7
3
jobs :
8
4
test-all :
9
5
runs-on : ${{matrix.OS}}
10
6
strategy :
11
7
matrix :
12
- os : [ubuntu-18.04, windows-2019]
8
+ OS : [ubuntu-18.04, windows-2019]
13
9
steps :
14
10
- uses : actions/checkout@v2
15
11
- uses : olafurpg/setup-scala@v13
16
12
- name : Unit tests
17
13
run : sbt cli/test
14
+ shell : bash
18
15
- name : Intergration tests
19
- run : sbt cliIntegration/scripted
16
+ run : sbt cliIntegration/scripted
17
+ shell : bash
Original file line number Diff line number Diff line change 1
1
# Copy/pasted from https://github.com/scala-native/scala-native
2
2
name : Check Lint
3
- on :
4
- pull_request :
5
- push :
6
- branches :
7
- - master
3
+ on : [pull_request]
8
4
jobs :
9
5
check-lint :
10
6
runs-on : ubuntu-18.04
You can’t perform that action at this time.
0 commit comments