Skip to content

Commit

Permalink
Set up initial ci/cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adbartni authored Sep 14, 2023
1 parent f52f00f commit 7d36558
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/mrio-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Workflow for OBI Testing

name: MRIO Test

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

workflow_dispatch:

jobs:
mrio_test:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Run test
run: |
make test

0 comments on commit 7d36558

Please sign in to comment.