File tree Expand file tree Collapse file tree 2 files changed +4
-58
lines changed Expand file tree Collapse file tree 2 files changed +4
-58
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
- push :
3
+ pull_request :
4
4
branches :
5
5
- master
6
- paths-ignore :
7
- - ' LICENSE.md'
8
- - ' README.md'
9
- - ' .github/workflows/CompatHelper.yml'
10
- - ' .github/workflows/TagBot.yml'
11
- tags : ' *'
12
- pull_request :
6
+ push :
13
7
branches :
14
8
- master
15
- paths-ignore :
16
- - ' LICENSE.md'
17
- - ' README.md'
18
- - ' .github/workflows/CompatHelper.yml'
19
- - ' .github/workflows/TagBot.yml'
20
9
jobs :
21
10
test :
22
- name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
23
- runs-on : ${{ matrix.os }}
24
- strategy :
25
- fail-fast : false
26
- matrix :
27
- version :
28
- - ' 1'
29
- os :
30
- - ubuntu-latest
31
- arch :
32
- - x64
11
+ runs-on : ubuntu-latest
33
12
steps :
34
13
- uses : actions/checkout@v2
35
14
- uses : julia-actions/setup-julia@v1
36
15
with :
37
- version : ${{ matrix.version }}
38
- arch : ${{ matrix.arch }}
16
+ version : 1
39
17
- uses : actions/cache@v1
40
18
env :
41
19
cache-name : cache-artifacts
You can’t perform that action at this time.
0 commit comments