Skip to content

build(deps): bump proxy-from-env from 1.1.0 to 2.0.0 #2115

build(deps): bump proxy-from-env from 1.1.0 to 2.0.0

build(deps): bump proxy-from-env from 1.1.0 to 2.0.0 #2115

Workflow file for this run

name: Run VIP-cli tests
on: pull_request
env:
NODE_OPTIONS: --unhandled-rejections=warn
DO_NOT_TRACK: '1'
permissions:
contents: read
jobs:
Run_windows_tests:
name: Run Windows Tests
runs-on: windows-latest
permissions:
contents: read
steps:
# To prevent issues with fixtures on Windows tests
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Check out repository code
uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 'lts/*'
cache: npm
- name: Install dependencies
run: npm ci
- name: Unit Tests
run: npm run jest
- name: Test Command line
run: ./__tests__/e2e_test.bat