Skip to content

Commit

Permalink
try adding gh actions; fix path to perl program
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Aug 18, 2024
1 parent b8d55be commit f91e7b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-docker-ci-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- run: sudo cpanm --verbose Carp Carp::Always
Docker::CLI::Wrapper::Container
Moo Path::Tiny
- run: perl bin/docker-ci-run.pl --regex-filter='debian'
- run: perl CI-testing/docker-ci-run.pl --regex-filter='debian'
--cleanrun
timeout-minutes: 20
name: test-docker-ci-debian
'on':
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-docker-ci-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- run: sudo cpanm --verbose Carp Carp::Always
Docker::CLI::Wrapper::Container
Moo Path::Tiny
- run: perl bin/docker-ci-run.pl --regex-filter='fedora'
- run: perl CI-testing/docker-ci-run.pl --regex-filter='fedora'
--cleanrun
timeout-minutes: 20
name: test-docker-ci-fedora
'on':
Expand Down
5 changes: 2 additions & 3 deletions CI-testing/generate_gh_actions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This file is GENERATED BY
# bin/CI-testing/translate-travis.yml-to-github-actions.py
TMPL = """
jobs:
test-docker-ci-{sys}:
Expand All @@ -16,7 +14,8 @@
- run: sudo cpanm --verbose Carp Carp::Always
Docker::CLI::Wrapper::Container
Moo Path::Tiny
- run: perl bin/docker-ci-run.pl --regex-filter='{sysregex}'
- run: perl CI-testing/docker-ci-run.pl --regex-filter='{sysregex}'
--cleanrun
timeout-minutes: 20
name: test-docker-ci-{sys}
'on':
Expand Down

0 comments on commit f91e7b9

Please sign in to comment.