Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
forgot to install depdendencies in the delpoy job
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
  • Loading branch information
zFernand0 committed Aug 28, 2023
1 parent dc5ba7d commit b07ea6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Main CI/CD for Zowe CICS Explorer
name: Zowe CICS Explorer
on:
push:
pull_request:
Expand Down Expand Up @@ -50,7 +50,6 @@ jobs:
# run: npm run test

deploy:
name: deploy_vsix
if: github.event_name == 'workflow_dispatch'
needs: build
runs-on: ubuntu-latest
Expand All @@ -67,6 +66,8 @@ jobs:
with:
node-version: lts/*

- run: npm i

- name: Install VSCE
run: npm i -g vsce

Expand Down

0 comments on commit b07ea6c

Please sign in to comment.