Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gaymeowing committed Jul 28, 2024
1 parent ee8cb1a commit e2f394b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
set +e # Don't exit on error
find libs -name "*test.luau" | while read -r file; do
echo "Running test: $file"
lune "$file" 2>&1 | tee -a test_output.log
lune run "$file" 2>&1 | tee -a test_output.log
echo "Exit code: $?" >> test_output.log
echo "----------------------------------------" >> test_output.log
done
Expand Down

0 comments on commit e2f394b

Please sign in to comment.