Skip to content

profiles/graphic_drivers: Increase nouveau profile priority #92

profiles/graphic_drivers: Increase nouveau profile priority

profiles/graphic_drivers: Increase nouveau profile priority #92

Workflow file for this run

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