diff options
author | Li Jin <dragon-fly@qq.com> | 2023-12-13 17:31:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 17:31:28 +0800 |
commit | 932508ee13048d66867b82ad85743f071a5b7999 (patch) | |
tree | a62679ff279a26195179970ac59230b8f41dbecb /.github/workflows/macos.yml | |
parent | f69efffdebe60833e6e5da89850347930aa53a22 (diff) | |
download | yuescript-932508ee13048d66867b82ad85743f071a5b7999.tar.gz yuescript-932508ee13048d66867b82ad85743f071a5b7999.tar.bz2 yuescript-932508ee13048d66867b82ad85743f071a5b7999.zip |
Update macos.yml
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/macos.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f5ea8c2..0c3db1f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml | |||
@@ -19,6 +19,7 @@ jobs: | |||
19 | run: | | 19 | run: | |
20 | brew install luarocks | 20 | brew install luarocks |
21 | luarocks install busted | 21 | luarocks install busted |
22 | luarocks make | ||
22 | make test | 23 | make test |
23 | - name: luarocks upload | 24 | - name: luarocks upload |
24 | if: startsWith(github.ref, 'refs/tags/') | 25 | if: startsWith(github.ref, 'refs/tags/') |