Skip to content

Commit

Permalink
Try testing with Pulsar
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhetsell committed Jan 18, 2024
1 parent 9754361 commit 9fce413
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push]
on: [push, pull_request]

env:
CI: true
Expand All @@ -10,19 +10,16 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
channel: [stable, beta]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Atom
uses: UziTech/action-setup-atom@v3
with:
version: ${{ matrix.channel }}
- name: Install Pulsar
run: brew install pulsar

- name: Install dependencies
run: apm install
run: ppm install

- name: Run tests
run: atom --test spec
run: pulsar --test spec

0 comments on commit 9fce413

Please sign in to comment.