Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit d43e2fc

Browse files
authored
Merge branch 'pulsar-edit:master' into remove-fs-plus
2 parents 6b550bb + 8b3291e commit d43e2fc

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/pulsar_test.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: CI
2+
on:
3+
- push
4+
- pull_request
5+
jobs:
6+
test:
7+
name: Test
8+
strategy:
9+
matrix:
10+
os: [ubuntu-20.04, macos-latest, windows-2019]
11+
fail-fast: false
12+
runs-on: ${{ matrix.os }}
13+
steps:
14+
- name: Checkout the Latest Package Code
15+
uses: actions/checkout@v3
16+
- name: Setup Pulsar Editor
17+
uses: pulsar-edit/action-pulsar-dependency@v2.1
18+
with:
19+
package-to-test: "snippets"
20+
- name: Run the headless Pulsar Tests
21+
uses: GabrielBB/xvfb-action@v1
22+
with:
23+
run: yarn start --test spec
24+
working-directory: ./pulsar

0 commit comments

Comments
 (0)