Skip to content

add button to menuconfig tree to open it in terminal #8

add button to menuconfig tree to open it in terminal

add button to menuconfig tree to open it in terminal #8

Workflow file for this run

name: 'Test Extension'
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install deps
run: npm install
- name: Run test
run: xvfb-run -a npm test
if: runner.os == 'Linux'