Skip to content

Commit 87abf32

Browse files
author
Nicki Nixon
committed
Add simple test workflow to debug trigger
1 parent ffe3c74 commit 87abf32

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: SDK Generation Validation Simple
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- 'openapi/mx_platform_api.yml'
7+
8+
jobs:
9+
test:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
- name: Test step
14+
run: echo "Hello world"

0 commit comments

Comments
 (0)