Skip to content

Commit 9d29fc4

Browse files
committed
test workflow
1 parent d8ff5eb commit 9d29fc4

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Testing
2+
3+
on:
4+
push:
5+
branches:
6+
- 'master'
7+
pull_request:
8+
9+
jobs:
10+
test:
11+
name: Testing
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout
15+
uses: actions/checkout@master
16+
- name: Run regression tests
17+
run: bash ./test.sh

0 commit comments

Comments
 (0)