profiles/graphic_drivers: Most of VAAPI drivers are now part of the m… #137
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lua tests | |
on: | |
push: | |
paths-ignore: | |
- 'LICENSE' | |
- '*.md' | |
- '*.sh' | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
sile: | |
runs-on: ubuntu-latest | |
container: cachyos/cachyos:latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Install dependencies | |
run: | | |
pacman -Syu --noconfirm lua lua-filesystem busted lua-busted | |
- name: Run Busted | |
run: busted . --no-keep-going |