Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gaymeowing committed Jul 28, 2024
1 parent a68f497 commit 6466cda
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 run "$file"
echo lune run "$file"
done

0 comments on commit 6466cda

Please sign in to comment.