Skip to content

Commit

Permalink
Update main.yml (#2)
Browse files Browse the repository at this point in the history
perl -> prove
  • Loading branch information
fabiangabel authored Jul 19, 2021
1 parent 42926d1 commit f867504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
container: perl:latest
steps:
- uses: actions/checkout@v2
- name: run a simple unit test
- name: unit test for PGauxiliaryFunctions.pl
run: |
cpanm Data::Dump
perl t/macros/pgaux.t
prove t/macros/pgaux.t

0 comments on commit f867504

Please sign in to comment.