Skip to content

Commit

Permalink
Add test workflow (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant authored Aug 8, 2024
1 parent b4958ab commit 25bfdf2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Test

on:
push:
branches:
- main
pull_request:

jobs:
build:
uses: openproblems-bio/actions/.github/workflows/test.yml@main

0 comments on commit 25bfdf2

Please sign in to comment.