Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mukunku authored Dec 15, 2023
1 parent 1db2240 commit 4d49c3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,10 @@ jobs:

- run: echo "yes"
if: ${{ steps.exists.outputs.exists == 'true' }}
- run: echo "no"
if: steps.not-exists.outputs.exists == 'false'

- run: echo "yesxxxxx"
if: ${{ steps.exists.outputs.exists == 'false' }}
- run: echo "noxxxxx"
if: steps.not-exists.outputs.exists == 'true'

0 comments on commit 4d49c3b

Please # to comment.