mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
chore: individual action for each test
This commit is contained in:
parent
b22643d600
commit
569e1adc41
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
name: Test Packages
|
name: AUR Test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
aur:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
Loading…
Reference in a new issue