Skip to content

Commit

Permalink
Auto-test with DateTime::Format::ISO8601, otherwise we'll skip a load…
Browse files Browse the repository at this point in the history
… of tests
  • Loading branch information
DrHyde committed Feb 15, 2023
1 parent 34a7e45 commit 8d105b6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/with-datetime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on: [push, pull_request]
name: With DateTime::Format::ISO8601

jobs:
build:
runs-on: 'macos-12'
steps:
- uses: actions/checkout@v3
- name: Setup Perl environment
uses: shogo82148/actions-setup-perl@v1
- name: Test and build
run: |
cpanm --installdeps .
cpanm DateTime::Format::ISO8601
perl Makefile.PL
make test

0 comments on commit 8d105b6

Please sign in to comment.