Skip to content

Fix failing tests, running tests on Mac #160

Fix failing tests, running tests on Mac

Fix failing tests, running tests on Mac #160

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-extension:
runs-on: ubuntu-latest
name: Test Textmate syntax and extension
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: Install dependencies
run: npm install
- name: Run tests
run: xvfb-run -a npm test