Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck authored Sep 29, 2024
1 parent cd96ce0 commit 1fc34ff
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,14 +209,3 @@ jobs:
echo "Expected exit code 0"
exit 1
fi
- name: Check exit code set as env "lychee_exit_code"
run: |
echo "Lychee exit code: ${{ env.lychee_exit_code }} & $lychee_exit_code"
if [[ "${{ env.lychee_exit_code }}" == "0" ]]; then
echo "Lychee correctly failed with exit code 0"
else
echo "Unexpected exit code: ${{ env.lychee_exit_code }}"
echo "Expected exit code 0"
exit 1
fi

0 comments on commit 1fc34ff

Please sign in to comment.