Skip to content

Commit 271efad

Browse files
committed
Explicitly specify each script in 'Lua Core Demo Scripts' step
1 parent b3d24aa commit 271efad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/LuaWatcom.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424

2525
- name: Test Lua Core Demo Scripts function
2626
run: |
27-
for file in demo/core/*.lua; do if [ -x "$file" ]; then echo -e "\n>> ./$file"; yes "" | "$file"; fi done
27+
lua demo/core/readme.lua
28+
lua demo/core/bench.lua
29+
lua demo/core/s256sum.lua demo/core/s256sum.lua
2830
2931
- name: Patch Lua Source Code for Open Watcom
3032
run: |

0 commit comments

Comments
 (0)