Don't pass folder in cmake target test-perl-testsuite #11
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: 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 |