Skip to content

Commit

Permalink
Fix merge problems
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 22, 2024
1 parent 2be77ba commit bb37cd5
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/perltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,6 @@ on:
workflow_dispatch:

jobs:
<<<<<<< Updated upstream
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ 'ubuntu-latest', 'macos-latest' ]
perl: [ 'latest' ]
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}
- run: perl -V
- run: cpanm --installdeps .
- run: prove -lv t
=======
test:
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-test.yml@main
with:
Expand All @@ -40,4 +22,4 @@ jobs:

complexity:
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-complexity.yml@main
>>>>>>> Stashed changes

0 comments on commit bb37cd5

Please sign in to comment.