Skip to content

Commit

Permalink
Update windows workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Jun 9, 2024
1 parent d8a7959 commit 0c36e9d
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/windows-strawberry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ jobs:
distribution: strawberry
- name: perl -V
run: perl -V
- name: Install Dependencies
run: cpanm --installdeps .
- name: Build Module
run: |
perl Makefile.PL
make
make test
- name: Install Dependencies
run: |
cpanm -nq --with-develop --installdeps -v .
- name: Build Module
run: |
perl Makefile.PL
gmake
- name: Run Tests
run: |
gmake test TEST_VERBOSE=1

0 comments on commit 0c36e9d

Please sign in to comment.