Skip to content

Commit 3407de5

Browse files
committed
Move CI from Azure Pipelines to GitHub Actions with my new workflow
1 parent 47aaf08 commit 3407de5

File tree

2 files changed

+12
-29
lines changed

2 files changed

+12
-29
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Run tests
2+
3+
on:
4+
- pull_request
5+
- push
6+
7+
jobs:
8+
ci:
9+
uses: houseabsolute/workflow-perl-dzil-ci/.github/workflows/ci.yml@v0
10+
with:
11+
dist: DateTime-TimeZone
12+
ref: v0

azure-pipelines.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)