Skip to content

Commit

Permalink
ok ci should work, im expecting isempty to error with "meow"
Browse files Browse the repository at this point in the history
  • Loading branch information
gaymeowing committed Jul 28, 2024
1 parent e2f394b commit bd43c5e
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,6 @@ jobs:

- name: Run Tests
run: |
set +e # Don't exit on error
find libs -name "*test.luau" | while read -r file; do
echo "Running test: $file"
lune run "$file" 2>&1 | tee -a test_output.log
echo "Exit code: $?" >> test_output.log
echo "----------------------------------------" >> test_output.log
done
set -e # Re-enable exit on error
echo "Full test output:"
cat test_output.log
- name: Upload Results
if: always()
uses: actions/upload-artifact@v2
with:
name: test-results
path: test_output.log
lune run "$file"
done

0 comments on commit bd43c5e

Please sign in to comment.