From 69b79f7dd7f36e20e557fe76469fe0936df7e0e1 Mon Sep 17 00:00:00 2001 From: Mateus Zitelli Date: Mon, 18 Sep 2023 19:29:23 -0300 Subject: [PATCH] add test action --- .github/workflows/testaction.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/testaction.yaml diff --git a/.github/workflows/testaction.yaml b/.github/workflows/testaction.yaml new file mode 100644 index 0000000..8f7d632 --- /dev/null +++ b/.github/workflows/testaction.yaml @@ -0,0 +1,10 @@ +name: GraphQL Schema Check +on: push +jobs: + test: + runs-on: ubuntu-latest + environment: test + steps: + - uses: actions/checkout@v3 + - name: Test + run: echo "TEST"