Skip to content

Fix display artifacts with long paths #18

Fix display artifacts with long paths

Fix display artifacts with long paths #18

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