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 c7218cb commit 296ad58
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/.dast-nuclei-cmd-api-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,28 @@ jobs:
echo "$FILE does not exist!"
fi
- name: Check file existence
env:
FILE: /home/runner/work/hyperledger-cacti/cacti/package.json
shell: bash
run: |
if [[ -f $FILE ]]; then
echo "$FILE exists!"
else
echo "$FILE does not exist!"
fi
- name: Check file existence
env:
FILE: /home/runner/work/cacti/cacti/package.json
shell: bash
run: |
if [[ -f $FILE ]]; then
echo "$FILE exists!"
else
echo "$FILE does not exist!"
fi
# - uses: actions/[email protected]
# with:
# go-version: 1.23
Expand Down

0 comments on commit 296ad58

Please sign in to comment.