Skip to content

build(deps): bump github.com/vektah/gqlparser/v2 from 2.4.5 to 2.5.14 #127

build(deps): bump github.com/vektah/gqlparser/v2 from 2.4.5 to 2.5.14

build(deps): bump github.com/vektah/gqlparser/v2 from 2.4.5 to 2.5.14 #127

Workflow file for this run

name: Unit test
on:
workflow_dispatch: null
push:
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: '1.19'
- run: go version
- run: make unittest