diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/build.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13721b4..7ce2825 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -95,15 +95,14 @@ jobs: | |||
95 | with: | 95 | with: |
96 | luarocksVersion: "3.11.0" | 96 | luarocksVersion: "3.11.0" |
97 | 97 | ||
98 | - name: dependencies | ||
99 | run: | | ||
100 | luarocks install busted | ||
101 | |||
102 | - name: install | 98 | - name: install |
103 | run: | | 99 | run: | |
104 | luarocks remove --force luasystem | ||
105 | luarocks make | 100 | luarocks make |
106 | 101 | ||
102 | - name: test dependencies | ||
103 | run: | | ||
104 | luarocks install busted | ||
105 | |||
107 | - name: test | 106 | - name: test |
108 | run: | | 107 | run: | |
109 | busted --exclude-tags=manual --Xoutput "--color" | 108 | busted --exclude-tags=manual --Xoutput "--color" |