Skip to content

Commit

Permalink
Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilwyad committed Jul 26, 2024
1 parent 4676f50 commit 690b57a
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
steps:
- uses: actions/checkout@v4
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: "5.32"
install-modules-with: cpanm
install-modules-args: --with-develop --with-configure --installdeps --skip-satisfied
name: Mailnesia Perl unittests

- run: prove -lv t
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: "5.32"
install-modules-with: cpanm
install-modules-args: --with-develop --with-configure --installdeps --skip-satisfied

- run: prove -lv t

0 comments on commit 690b57a

Please sign in to comment.