Skip to content

CI: Fix and migrate the testsuite part to Testing Farm #1

CI: Fix and migrate the testsuite part to Testing Farm

CI: Fix and migrate the testsuite part to Testing Farm #1

Workflow file for this run

name: Run SELinux testsuite in Testing Farm
on: [push, pull_request]
jobs:
tf_testsuite:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
arch: [x86_64, aarch64]
steps:
- name: Schedule test on Testing Farm
uses: sclorg/testing-farm-as-github-action@main
with:
api_key: ${{ secrets.TESTING_FARM_API_TOKEN }}
arch: ${{ matrix.arch }}