From d4e64ef6db2a6d3f8e021805059884d533f032ff Mon Sep 17 00:00:00 2001 From: Varun Sharma Date: Sat, 23 Sep 2023 10:43:19 -0700 Subject: [PATCH] Update arc-solarwinds-simulation.yml --- .github/workflows/arc-solarwinds-simulation.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/arc-solarwinds-simulation.yml b/.github/workflows/arc-solarwinds-simulation.yml index 28200f10..3ebb59dc 100644 --- a/.github/workflows/arc-solarwinds-simulation.yml +++ b/.github/workflows/arc-solarwinds-simulation.yml @@ -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: