chore(actions): create AUR test action

This commit is contained in:
Erica Marigold 2023-08-01 11:23:30 +05:30 committed by GitHub
parent 5c45bd9ca2
commit 47d59dd808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
.github/workflows/test.yaml vendored Normal file
View file

@ -0,0 +1,20 @@
name: Test Packages
on:
push:
workflow_dispatch:
jobs:
aur:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup docker CLI
uses: actions-hub/docker/cli@master
env:
SKIP_LOGIN: true
- name: Test
run: docker build -t aur_test test/aur && docker run aur_test