Skip to content

Try testing on more operating systems #13

Try testing on more operating systems

Try testing on more operating systems #13

Workflow file for this run

name: CI
on: [push, pull_request]
env:
CI: true
jobs:
Test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install Pulsar
uses: pulsar-edit/action-pulsar-dependency@v3
- name: Install dependencies
run: ppm install
- name: Run tests
run: pulsar --test spec