Skip to content

Commit

Permalink
Update mrio-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adbartni authored Oct 12, 2023
1 parent 0c59abe commit 73d090a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/mrio-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ name: MRIO Test

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

workflow_dispatch:

jobs:
mrio_test:
Expand All @@ -20,4 +16,4 @@ jobs:
- uses: actions/checkout@v2
- name: Run test
run: |
cd src/ontology && ls && make test
cd src/ontology && make test

0 comments on commit 73d090a

Please sign in to comment.