Skip to content

Commit

Permalink
Merge pull request #118 from loinc/enable-test-action
Browse files Browse the repository at this point in the history
Enable GH action for test / qc
  • Loading branch information
joeflack4 authored Dec 9, 2024
2 parents cdc81cf + 64c9dd7 commit 6b9c94f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ name: QC build and test

on:
workflow_dispatch:
# todo: deactivated, pending: https://github.com/loinc/comp-loinc/issues/21
# pull_request:
# push:
# branches:
# - main
pull_request:
push:
branches:
- main

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CompLOINC
Computational LOINC (in OWL).

[![QC build and test](https://github.com/loinc/comp-loinc/actions/workflows/main.yaml/badge.svg)](https://github.com/loinc/comp-loinc/actions/workflows/main.yaml)

## Setup
### Prerequisities
1. Python 3.11
Expand Down

0 comments on commit 6b9c94f

Please sign in to comment.