Skip to content

Commit

Permalink
Merge pull request #119 from hedefalk/enable-tests
Browse files Browse the repository at this point in the history
Test Language Properly
  • Loading branch information
confused-Techie authored Aug 3, 2023
2 parents 9066744 + 6d787cd commit f092878
Show file tree
Hide file tree
Showing 6 changed files with 2,371 additions and 233 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI
on:
- pull_request
jobs:
test:
name: Test
strategy:
matrix:
os: [ubuntu-20.04, macos-latest, windows-2019]
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/[email protected]
- name: Run the headless Pulsar Tests
uses: coactions/[email protected]
with:
run: pulsar --test spec
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Vue component support in Atom",
"repository": "https://github.com/hedefalk/atom-vue",
"license": "MIT",
"scripts": {
"test": "pulsar --test spec"
},
"engines": {
"atom": ">=0.174.0 <2.0.0"
},
Expand Down
Loading

0 comments on commit f092878

Please sign in to comment.