Files
ahriman/.github/workflows/tests.yml
Evgenii Alekseev e5d824b03f build: add regress weekly pipeline
This commit also adds manual dispatch for tests and setup
2025-06-16 21:15:52 +03:00

33 lines
503 B
YAML

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: 1 0 * * *
workflow_dispatch:
permissions:
contents: read
jobs:
run-tests:
runs-on: ubuntu-latest
container:
image: archlinux:base
options: -w /build
volumes:
- ${{ github.workspace }}:/build
steps:
- uses: actions/checkout@v3
- name: Run check and tests in arch linux container
run: .github/workflows/tests.sh