Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zalenskiSofteq committed Oct 29, 2024
1 parent af7397e commit cdf31d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests-e2e-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.15'
cache: 'yarn'

- run: node -v

- name: Install dependencies for root package.js
run: yarn install --frozen-lockfile
Expand All @@ -72,6 +73,7 @@ jobs:
run: |
# npm i -g yarn
# npm i -g vsce
npm install -g @vscode/vsce
yarn install
yarn compile
ls -R dist/tests/
Expand Down

0 comments on commit cdf31d5

Please sign in to comment.