Skip to content

Commit fe35e5a

Browse files
committed
add test action
1 parent 29366aa commit fe35e5a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/testaction.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: GraphQL Schema Check
2+
on: push
3+
jobs:
4+
test:
5+
runs-on: ubuntu-latest
6+
environment: test
7+
steps:
8+
- uses: actions/checkout@v3
9+
- name: Test
10+
run: echo "TEST"

0 commit comments

Comments
 (0)