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 513dad1 commit a68f497
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 @@ -26,5 +26,5 @@ jobs:
run: |
find libs -name "*test.luau" | while read -r file; do
echo "Running tests for library $file"
lune "$file"
lune run "$file"
done

0 comments on commit a68f497

Please sign in to comment.