Skip to content

Commit

Permalink
test/chwd: Run busted inside cachyos container
Browse files Browse the repository at this point in the history
  • Loading branch information
ventureoo committed Jun 18, 2024
1 parent d47cc56 commit abf358c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies
run: |
pacman -Syu --noconfirm lua lua-filesystem
pacman -Syu --noconfirm lua lua-filesystem busted lua-busted
- name: Run Busted
uses: lunarmodules/busted@v2.2.0
with:
args: --no-keep-going .
run: busted . --no-keep-going

0 comments on commit abf358c

Please sign in to comment.