Skip to content

Commit

Permalink
Add a test Action for PubMed XML parsing
Browse files Browse the repository at this point in the history
Refs #1038
  • Loading branch information
kimrutherford committed Dec 14, 2023
1 parent d942a97 commit dd86f13
Show file tree
Hide file tree
Showing 3 changed files with 733 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Tests

on:
push:
branches:
- '**'
pull_request:
branches:
- '**'

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: test XML parsing
run: perl t/pubmed_xml.t
Loading

0 comments on commit dd86f13

Please sign in to comment.