Skip to content

Commit

Permalink
Try adding a test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sgraham committed Oct 18, 2023
1 parent 0663fe1 commit e913406
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test Runner

on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]

jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- name: m d test
run: ./m d test

0 comments on commit e913406

Please sign in to comment.