We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596746d commit a5cac2aCopy full SHA for a5cac2a
.github/workflows/ci.yml
@@ -9,18 +9,14 @@ jobs:
9
Test:
10
strategy:
11
matrix:
12
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest]
13
channel: [stable, beta]
14
runs-on: ${{ matrix.os }}
15
steps:
16
- uses: actions/checkout@v1
17
- uses: UziTech/action-setup-atom@v2
18
with:
19
version: ${{ matrix.channel }}
20
- - name: Install windows-build-tools
21
- if: ${{ matrix.os == 'windows-latest' }}
22
- run: |
23
- npm i windows-build-tools@4.0.0
24
- name: Install dependencies
25
run: apm install
26
- name: Run tests
0 commit comments