Skip to content

Commit

Permalink
TESTING
Browse files Browse the repository at this point in the history
Signed-off-by: jagpreetsinghsasan <[email protected]>
  • Loading branch information
jagpreetsinghsasan committed Nov 5, 2024
1 parent f584878 commit c7218cb
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/.dast-nuclei-cmd-api-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,17 @@ jobs:
echo "$FILE exists!"
else
echo "$FILE does not exist!"
echo "$pwd"
echo "ls"
fi
- name: Check file existence
env:
FILE: /home/runner/work/hyperledger-cacti/cacti/packages/cactus-plugin-keychain-memory/package.json
shell: bash
run: |
if [[ -f $FILE ]]; then
echo "$FILE exists!"
else
echo "$FILE does not exist!"
fi
# - uses: actions/[email protected]
Expand Down

0 comments on commit c7218cb

Please sign in to comment.