Skip to content

Update run-extension-tests workflow #5

Update run-extension-tests workflow

Update run-extension-tests workflow #5

on:
push:
workflow_call:
workflow_dispatch:
jobs:
linux:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "vscode-rufo"
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Print working directory and list its contents
run: |
echo $PWD
ls -lah
- name: Install dependencies
run: npm i
- name: Run pre-test script
run: npm run pretest
- name: Run tests
run: npm run test