Skip to content

Commit

Permalink
test: fart
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaup committed May 19, 2024
1 parent 3b6fd7f commit 29f24b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tsc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
- name: Check both tsc outputs exist
run: |
if [ ! -f base-tsc-errors.txt ]; then
echo "Base errors file not found!"
if [ ! -f base-tsc-output.txt ]; then
echo "Base output file not found!"
exit 1
fi
if [ ! -f head-tsc-errors.txt ]; then
echo "PR errors file not found!"
if [ ! -f head-tsc-output.txt ]; then
echo "PR output file not found!"
exit 1
fi
Expand Down

0 comments on commit 29f24b7

Please sign in to comment.