Skip to content

Commit

Permalink
ci: ensure we don't try installing old version of luasystem
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Dec 18, 2024
1 parent a2c9e96 commit 80cb38c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,14 @@ jobs:
with:
luarocksVersion: "3.11.0"

- name: dependencies
run: |
luarocks install busted
- name: install
run: |
luarocks remove --force luasystem
luarocks make
- name: test dependencies
run: |
luarocks install busted
- name: test
run: |
busted --exclude-tags=manual --Xoutput "--color"

0 comments on commit 80cb38c

Please sign in to comment.