Skip to content

Commit

Permalink
separate busted install
Browse files Browse the repository at this point in the history
  • Loading branch information
swarn committed Dec 5, 2023
1 parent 781fdc0 commit 9bbb4ae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,16 @@ jobs:
# NOTE: This is a fork with Windows support
uses: hishamhm/gh-actions-luarocks@master

- name: install busted
run: |
luarocks install busted
luarocks show luafilesystem
lua -llfs
- name: Build
run: |
luarocks make
- name: Test
run: |
luarocks show luafilesystem
lua -llfs
luarocks test

0 comments on commit 9bbb4ae

Please sign in to comment.