Skip to content

Move snapshot to atlocal #215

Move snapshot to atlocal

Move snapshot to atlocal #215

Workflow file for this run

name: Linux CI
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Fedora testing environment
run: sudo ./mktree.docker build
working-directory: ./tests
- name: Run the test suite
run: sudo ./mktree.docker check --unattended -j$(nproc)
working-directory: ./tests