Skip to content

Commit

Permalink
Update arc-solarwinds-simulation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder committed Sep 23, 2023
1 parent f0bd5f5 commit d4e64ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/arc-solarwinds-simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
- name: npm install
run: |
cd ./src/backdoor-demo
npm install
npm install
- run: |
cd ./src/backdoor-demo
cat index.js
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
Expand Down

0 comments on commit d4e64ef

Please sign in to comment.