Skip to content

Commit

Permalink
Migrate Travis CI to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
snobear committed May 2, 2024
1 parent 2e8584a commit 43b454d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Run Tests

on: push

jobs:
run_tests:
name: Run Tests
runs-on: ubuntu-20.04
container:
image: perl:5.28.1
steps:
- uses: actions/checkout@v4
- run: prove -r t
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

0 comments on commit 43b454d

Please sign in to comment.