Skip to content

Commit

Permalink
Added new test script files to workflow pipeline action.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Sep 21, 2024
1 parent 69cb4b7 commit ea03768
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
./dist/zhivo ./test/arithmetic.zhv
./dist/zhivo ./test/array.zhv
./dist/zhivo ./test/digits.zhv
./dist/zhivo ./test/error_handling.zhv
./dist/zhivo ./test/flow.zhv
./dist/zhivo ./test/func.zhv
./dist/zhivo ./test/loop.zhv
./dist/zhivo ./test/regex.zhv
./dist/zhivo ./test/test.zhv
./dist/zhivo ./test/types.zhv

0 comments on commit ea03768

Please sign in to comment.