Skip to content

Improve hihgliting for Qbs language syntax in editor #22

Improve hihgliting for Qbs language syntax in editor

Improve hihgliting for Qbs language syntax in editor #22

Workflow file for this run

name: Test Qbs Tools Extension
on:
push:
branches:
- master
jobs:
test-ubuntu:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 19.x
- name: Install dependencies
run: npm install
- name: Compile extension
run: npm run compile
- name: Run tests
run: xvfb-run -a npm run test