Skip to content

add ctrl+a select all on debug log - re: #269 #907

add ctrl+a select all on debug log - re: #269

add ctrl+a select all on debug log - re: #269 #907

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci_test:
runs-on: windows-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Test code
run: npm test
- shell: pwsh
run: cat TEST_OUTPUT.md >> $env:GITHUB_STEP_SUMMARY