Skip to content

Commit

Permalink
Stop testing on Windows and MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Nov 9, 2020
1 parent fdc1955 commit bcb2ad3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/perltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
os: [ 'ubuntu-latest' ]
perl: [ 'latest' ]
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
Expand All @@ -26,6 +26,8 @@ jobs:
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}
- run: sudo apt-get update
- run: sudo apt-get install libinline-perl libogg-dev libvorbis-dev
- run: perl -V
- run: cpanm --installdeps .
- run: prove -lv t

0 comments on commit bcb2ad3

Please sign in to comment.