Skip to content

Commit

Permalink
Update scripts-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 12, 2024
1 parent 40eda1a commit 6b17bbf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
shell: bash
run: |
# Testing scripts...
exit 5
echo "$PATH"
EXIT_CODE='0'
SH_IS_BASH='false'
Expand Down Expand Up @@ -108,3 +109,9 @@ jobs:
printf '%s\n' "---"
done
exit "${EXIT_CODE:?}"
- name: "ABC"
shell: bash
if: "true"
run: |
# ABC
echo 123

0 comments on commit 6b17bbf

Please sign in to comment.