feat: Search the Sound Browser #128
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
- push | |
- pull_request | |
jobs: | |
test: | |
strategy: | |
matrix: | |
os: [ubuntu-latest, macos-latest] | |
fail-fast: false | |
runs-on: ${{ matrix.os }} | |
steps: | |
- name: Checkout the Latest Package Code | |
uses: actions/checkout@v3 | |
- name: Setup Pulsar Editor | |
uses: pulsar-edit/action-pulsar-dependency@v3.2 | |
- name: Run the headless Pulsar Tests | |
uses: coactions/setup-xvfb@v1.0.1 | |
with: | |
run: pulsar --test spec |