Skip to content

Commit 8d5b3ec

Browse files
committed
ci: remove the Atom ci job
1 parent 9fea372 commit 8d5b3ec

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,6 @@ defaults:
88
shell: bash
99

1010
jobs:
11-
Test:
12-
if: "!contains(github.event.head_commit.message, '[skip ci]')"
13-
name: ${{ matrix.os }} - Atom ${{ matrix.atom_channel }}
14-
runs-on: ${{ matrix.os }}
15-
strategy:
16-
fail-fast: false
17-
matrix:
18-
os:
19-
- ubuntu-latest
20-
# - macos-latest
21-
# - windows-latest
22-
atom_channel: [stable, beta]
23-
steps:
24-
- uses: actions/checkout@v3
25-
- uses: UziTech/action-setup-atom@v1
26-
with:
27-
channel: ${{ matrix.atom_channel }}
28-
- name: Versions
29-
run: apm -v
30-
- name: Install APM dependencies
31-
run: |
32-
apm install
33-
3411
Lint:
3512
if: "!contains(github.event.head_commit.message, '[skip ci]')"
3613
runs-on: ubuntu-latest
@@ -53,7 +30,7 @@ jobs:
5330
run: npm run test.lint
5431

5532
Release:
56-
needs: [Test]
33+
needs: [Lint]
5734
if: github.ref == 'refs/heads/master' &&
5835
github.event.repository.fork == false
5936
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)