Skip to content

Commit

Permalink
More fixes for author tests in GH runner
Browse files Browse the repository at this point in the history
And don't need to run basic tests on tags
  • Loading branch information
haukex committed Sep 14, 2024
1 parent 53bcab0 commit 93aa308
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
name: Basic Tests
on: [push, pull_request]
on:
push:
branches:
- '**'
pull_request:
jobs:
tests:
# Uses the Perl that comes preinstalled on all GH Action runners
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4
- name: Tests and author tests
run: |
cpanm namespace::clean
cpanm namespace::clean Moo
prove -lv t xt
- name: Coverage
run: perl Makefile.PL && make authorcover
4 changes: 3 additions & 1 deletion MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
^pm_to_blib$
^cover_db/
^blib/
^.devcontainer/
^.devcontainer/
^.github/
^.vscode/

0 comments on commit 93aa308

Please sign in to comment.