Skip to content

add test action

add test action #10

Workflow file for this run

name: GraphQL Schema Check
on: push
jobs:
test:
runs-on: ubuntu-latest
environment: test
steps:
- uses: actions/checkout@v3
- name: Test
run: echo "TEST"