File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
Test :
8
8
if : " !contains(github.event.head_commit.message, '[skip ci]')"
9
- name : Julia ${{ matrix.julia_version }} - ${{ matrix.os }} - ${{ matrix.arch }}
9
+ name : Julia ${{ matrix.julia_version }} - ${{ matrix.os }} - ${{ matrix.arch }} - Atom ${{ matrix.atom_channel }}
10
10
runs-on : ${{ matrix.os }}
11
11
strategy :
12
12
fail-fast : false
15
15
- ubuntu-latest
16
16
- macos-latest
17
17
- windows-latest
18
- aom_channel : [stable, beta]
19
- julia-version : ["1.3", "nightly"]
18
+ atom_channel : [stable] # beta
19
+ julia_version : ["1.3", "nightly"]
20
20
arch : ["x64"]
21
21
steps :
22
22
- uses : actions/checkout@v2
@@ -30,18 +30,17 @@ jobs:
30
30
- name : Versions
31
31
run : |
32
32
julia -v
33
- atom -v
34
33
apm -v
35
- npm -v
36
34
- name : Install APM dependencies
37
35
run : |
38
36
apm ci # uses locked module. use `apm install` for non-locked
37
+ apm install ink language-julia
39
38
node script/postinstall.js
40
39
- name : Julia CI
41
40
run : julia -e 'include("ci/packages.jl")'
42
41
shell : bash
43
- - name : Run tests 👩🏾💻
44
- run : atom --test spec
42
+ # - name: Run tests 👩🏾💻
43
+ # run: atom --test spec
45
44
46
45
Lint :
47
46
if : " !contains(github.event.head_commit.message, '[skip ci]')"
You can’t perform that action at this time.
0 commit comments