Add authortests workflow #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Perl authortests | |
on: [push, pull_request] | |
jobs: | |
authortests: | |
runs-on: ubuntu-latest | |
name: Perl | |
container: | |
image: registry.opensuse.org/devel/openqa/containers/os-autoinst_dev | |
steps: | |
- uses: actions/checkout@v4 | |
- run: git config --global --add safe.directory '*' | |
- run: prove xt |