Skip to content

Workflow file for this run

---
name: Sanity test testing farm github runners
on:
push:
pull_request:
jobs:
sanity:
runs-on: testing-farm
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: |
dnf -y install python3
pip3 install tft-cli
- name: Run testing-farm sanity test
env:
TESTING_FARM_API_TOKEN: ${{ secrets.TESTING_FARM_API_TOKEN }}
run: |
testing-farm request --compose Fedora-40 --plan /testing-farm/sanity --git-url https://gitlab.com/testing-farm/tests