Skip to content

Commit

Permalink
Split installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 9, 2024
1 parent 7a1cd71 commit d5080f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: perl -V
run: perl -V
- name: Install Dependencies
run: |
curl -L https://cpanmin.us | perl - --installdeps .
curl -L https://cpanmin.us | perl - -n TAP::Formatter::GitHubActions
run: curl -L https://cpanmin.us | perl - --installdeps .
- name: Install TAP::Formatter::GitHubActions
run: curl -L https://cpanmin.us | perl - -n TAP::Formatter::GitHubActions
- name: Run Tests
run: prove --merge --formatter TAP::Formatter::GitHubActions -l t t/mojo t/mojolicious

0 comments on commit d5080f0

Please sign in to comment.