Skip to content

Commit

Permalink
Update GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marioroy committed Jun 6, 2024
1 parent ecec9aa commit ea310a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up perl v${{ matrix.perl }}
uses: shogo82148/actions-setup-perl@v1
Expand All @@ -42,7 +42,5 @@ jobs:
- name: Run tests
run: |
perl Makefile.PL
make
make test
prove -lv t

0 comments on commit ea310a5

Please sign in to comment.