Skip to content

Commit 0c80325

Browse files
committed
Disable run tests
Add apm install ink and language-julia Simplify versions Remove apm install from Lint latest atom-setup UziTech/action-setup-atom@1 UziTech/action-setup-atom@v1 julia_version
1 parent d56f2b3 commit 0c80325

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
Test:
88
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 }}
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
fail-fast: false
@@ -15,8 +15,8 @@ jobs:
1515
- ubuntu-latest
1616
- macos-latest
1717
- windows-latest
18-
aom_channel: [stable, beta]
19-
julia-version: ["1.3", "nightly"]
18+
atom_channel: [stable] # beta
19+
julia_version: ["1.3", "nightly"]
2020
arch: ["x64"]
2121
steps:
2222
- uses: actions/checkout@v2
@@ -30,18 +30,17 @@ jobs:
3030
- name: Versions
3131
run: |
3232
julia -v
33-
atom -v
3433
apm -v
35-
npm -v
3634
- name: Install APM dependencies
3735
run: |
3836
apm ci # uses locked module. use `apm install` for non-locked
37+
apm install ink language-julia
3938
node script/postinstall.js
4039
- name: Julia CI
4140
run: julia -e 'include("ci/packages.jl")'
4241
shell: bash
43-
- name: Run tests 👩🏾‍💻
44-
run: atom --test spec
42+
# - name: Run tests 👩🏾‍💻
43+
# run: atom --test spec
4544

4645
Lint:
4746
if: "!contains(github.event.head_commit.message, '[skip ci]')"

0 commit comments

Comments
 (0)