Skip to content

Commit

Permalink
Update hello-world.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naveedkhan8067 authored Dec 10, 2023
1 parent 3e07b5b commit 1d42ba7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/hello-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ jobs:
run: node ./lib/index.js
working-directory: ./PLE_DEVOPS/components/hello-world

- name: Displat Varient_Basic SRC
run: |
dir
working-directory: ./Varient_Basic

- name: npm install
run: npm install
working-directory: ./Varient_Basic
Expand All @@ -130,6 +135,15 @@ jobs:
- name: Execute Varient_Basic
run: node ./lib/index.js
working-directory: ./Varient_Basic

- name: npm pack
run: npm pack
working-directory: ./Varient_Basic

- uses: actions/upload-artifact@v3
with:
name: test-upload-artifact
path: ./Varient_Basic/naveed235812-VarientBasic*.tgz

linux:
name: "Linux Varient"
Expand Down

0 comments on commit 1d42ba7

Please sign in to comment.