Skip to content

Weekly Integration Test #62

Weekly Integration Test

Weekly Integration Test #62

name: "Weekly Integration Test"
on:
schedule:
- cron: '0 21 * * 6'
jobs:
integration-test:
name: Integration test
runs-on: ubuntu-latest
container:
image: fedora:latest
steps:
- name: Install Deps
run: dnf install -y tmt python3-setuptools
- name: Checkout
uses: actions/checkout@v4
- name: Execute test
run: tmt -c distro=fedora run --all provision --how=local