Skip to content

Merge branch 'os-autoinst:master' into 174232_dewebsockify_full_coverage #19

Merge branch 'os-autoinst:master' into 174232_dewebsockify_full_coverage

Merge branch 'os-autoinst:master' into 174232_dewebsockify_full_coverage #19

Workflow file for this run

---
name: Author tests
on: [push, pull_request]
jobs:
author-tests:
runs-on: ubuntu-latest
name: Author tests
container:
image: registry.opensuse.org/devel/openqa/containers/os-autoinst_dev
steps:
- uses: actions/checkout@v4
- name: make test-local
run: |
git config --global --add safe.directory '*'
make
make test-local