lune-packaging/.github/workflows/test.yaml

24 lines
519 B
YAML
Raw Normal View History

2023-08-01 06:53:30 +01:00
name: Test Packages
on:
push:
workflow_dispatch:
jobs:
aur:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Copy AUR PKGBUILDs into testing dir
2023-08-01 06:59:41 +01:00
run: cp -r package/aur/lune-bin package/aur/lune-git package/aur/lune test/aur
2023-08-01 06:53:30 +01:00
- 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