fix github-flav-markdown readme syntax #15
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
# This file is GENERATED BY CI-testing/generate_gh_actions.py | |
jobs: | |
test-docker-ci-fedora: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- run: sudo apt-get update -qq | |
- run: sudo apt-get -y remove libgd3 libunwind-14 nginx | |
- run: sudo apt-get --no-install-recommends install -y eatmydata | |
- run: sudo eatmydata apt-get --no-install-recommends install | |
-y build-essential | |
cpanminus libperl-dev libxml2-dev | |
libxslt1-dev perl xz-utils zip | |
- run: sudo cpanm --verbose Carp Carp::Always | |
Docker::CLI::Wrapper::Container | |
Moo Path::Tiny | |
- run: perl CI-testing/docker-ci-run.pl --regex-filter='fedora' | |
--cleanrun | |
timeout-minutes: 20 | |
name: test-docker-ci-fedora | |
'on': | |
- push |