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 11name : CI
22on :
3- push :
3+ pull_request :
44 branches :
55 - 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 :
137 branches :
148 - master
15- paths-ignore :
16- - ' LICENSE.md'
17- - ' README.md'
18- - ' .github/workflows/CompatHelper.yml'
19- - ' .github/workflows/TagBot.yml'
209jobs :
2110 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
3312 steps :
3413 - uses : actions/checkout@v2
3514 - uses : julia-actions/setup-julia@v1
3615 with :
37- version : ${{ matrix.version }}
38- arch : ${{ matrix.arch }}
16+ version : 1
3917 - uses : actions/cache@v1
4018 env :
4119 cache-name : cache-artifacts
You can’t perform that action at this time.
0 commit comments